:root {
  --bg: #ffffff;
  --ink: #111111;
  --muted: #111111;
  --line: #111111;
  --panel: #ffffff;
  --marker: #fff200;
  --paper: #f7f7f7;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --jp: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
}

::selection {
  background: var(--marker);
  color: var(--ink);
}

::-moz-selection {
  background: var(--marker);
  color: var(--ink);
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}

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

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

.jp-text {
  font-family: var(--jp);
  font-weight: 800;
}

button,
input,
select,
textarea,
.site-header,
.hero,
.hero-copy,
.kicker,
.lead {
  font-family: var(--sans);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto auto;
  align-items: center;
  column-gap: clamp(18px, 2.4vw, 46px);
  row-gap: 10px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  gap: 4px;
  width: fit-content;
}

.brand span {
  font-family: var(--sans);
  font-size: clamp(32px, 2.25vw, 44px);
  line-height: 0.95;
  font-weight: 800;
}

.brand small {
  font-family: var(--sans);
  font-size: clamp(13px, 0.9vw, 16px);
  font-weight: 800;
  text-transform: uppercase;
}

.primary-nav,
.language-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
}

.primary-nav {
  justify-self: end;
  min-width: 0;
}

.language-switch {
  justify-self: end;
}

.primary-nav a,
.language-switch a {
  position: relative;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 clamp(8px, 0.75vw, 13px);
  border: 1px solid transparent;
  font-family: var(--sans);
  font-size: clamp(17px, 1.05vw, 21px);
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  isolation: isolate;
}

.primary-nav a:hover,
.language-switch a:hover,
.language-switch a[aria-current="true"] {
  border-color: transparent;
}

.primary-nav a::after,
.language-switch a::after,
.essay-stack a::after,
.site-footer a::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 6px;
  z-index: -1;
  height: 14px;
  background: var(--marker);
  transform: scaleX(0) rotate(-1deg);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after,
.primary-nav .current-menu-item > a::after,
.primary-nav .current_page_item > a::after,
.language-switch a:hover::after,
.language-switch a[aria-current="true"]::after,
.essay-stack a:hover::after,
.site-footer a:hover::after {
  transform: scaleX(1) rotate(-1deg);
}

.hero {
  position: relative;
  min-height: auto;
  display: block;
  padding: clamp(58px, 9vh, 108px) 28px clamp(44px, 7vh, 78px);
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
}

.hero.has-hero-media {
  min-height: calc(100svh - 82px);
  display: grid;
  align-items: end;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: min(1180px, calc(100vw - 56px));
  padding-top: 0;
}

.kicker,
.section-head p,
.type,
.studio-copy p {
  margin: 0 0 16px;
  font-size: clamp(15px, 1.05vw, 20px);
  font-weight: 800;
  text-transform: uppercase;
}

.showroom-block .type {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 104px);
  line-height: 0.9;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: normal;
}

.hero h1 {
  font-family: var(--sans);
  max-width: min(1180px, calc(100vw - 56px));
  margin: 0;
  font-size: clamp(64px, 6.35vw, 112px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0;
}

.lead {
  max-width: min(820px, calc(100vw - 56px));
  margin: clamp(20px, 3vh, 32px) 0 0;
  font-family: var(--sans);
  font-size: clamp(20px, 1.35vw, 24px);
  line-height: 1.25;
  font-weight: 700;
}

.home .site-header {
  grid-template-columns: minmax(320px, 1fr) auto auto;
}

.home .hero,
.home .hero.has-hero-media {
  min-height: calc(100svh - 90px);
  display: grid;
  align-items: end;
  padding: clamp(16px, 2.4vh, 28px) 24px clamp(28px, 4.4vh, 48px);
  overflow: hidden;
}

.home .hero-copy {
  max-width: min(1120px, calc(100vw - 48px));
  padding-top: 0;
}

.home .kicker {
  margin-bottom: clamp(12px, 1.6vh, 18px);
  font-size: clamp(13px, 0.9vw, 16px);
}

.home .hero h1 {
  max-width: min(1080px, calc(100vw - 48px));
  font-family: var(--sans);
  font-size: clamp(56px, 5.45vw, 88px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0;
}

.home .lead {
  max-width: min(760px, calc(100vw - 56px));
  margin-top: clamp(18px, 2.6vh, 28px);
  font-size: clamp(20px, 1.35vw, 25px);
  line-height: 1.28;
}

.home .hero-media {
  pointer-events: none;
}

.home .hero.has-hero-media .hero-media {
  opacity: 0.74;
}

.home .hero.has-hero-media .illustration-stage {
  background: transparent;
}

@media (min-width: 1100px) and (max-height: 860px) {
  .home .hero,
  .home .hero.has-hero-media {
    min-height: calc(100svh - 90px);
    padding-top: 16px;
    padding-bottom: 30px;
  }

  .home .hero-copy {
    padding-top: 0;
  }

  .home .hero h1 {
    max-width: min(1040px, calc(100vw - 48px));
    font-size: clamp(50px, 4.85vw, 78px);
    line-height: 0.9;
  }

  .home .lead {
    max-width: 700px;
    margin-top: 16px;
    font-size: 19px;
  }
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
}

.illustration-stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  background: var(--panel);
}

.illustration-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  opacity: 0;
  filter: grayscale(100%) contrast(110%);
  animation: illustrationCycle 24s infinite;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.84) 40%, rgba(255,255,255,0.14) 78%, rgba(255,255,255,0) 100%),
    linear-gradient(0deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.1) 42%);
  pointer-events: none;
}

.illustration-stage img:nth-child(2) {
  animation-delay: 4s;
}

.illustration-stage img:nth-child(3) {
  animation-delay: 8s;
}

.illustration-stage img:nth-child(4) {
  animation-delay: 12s;
}

.illustration-stage img:nth-child(5) {
  animation-delay: 16s;
}

.illustration-stage img:nth-child(6) {
  animation-delay: 20s;
}

@keyframes illustrationCycle {
  0%,
  12% {
    opacity: 1;
  }

  18%,
  100% {
    opacity: 0;
  }
}

.hero-media figcaption {
  position: absolute;
  right: 28px;
  bottom: 18px;
  z-index: 3;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid var(--ink);
  background: var(--panel);
}

.signal-strip span {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-right: 1px solid var(--ink);
  text-align: center;
  font-size: 15px;
  font-weight: 800;
}

.signal-strip span:last-child {
  border-right: 0;
}

.section {
  padding: 96px 28px;
  border-bottom: 1px solid var(--line);
}

.section-head {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  margin-bottom: 44px;
}

.section-head h2,
.studio-copy h2 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(34px, 4.5vw, 72px);
  line-height: 1.02;
  font-weight: 700;
}

.work-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 14px;
  align-items: stretch;
}

.work-feature,
.work-item,
.essay-main,
.studio-grid div,
.activity-list article,
.activity-list a.activity-entry {
  border: 1px solid var(--ink);
  background: var(--panel);
}

.work-feature {
  grid-row: span 2;
}

.work-feature img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}

.work-feature div,
.work-item,
.essay-main,
.studio-grid div {
  padding: 22px;
}

.work-feature h3,
.work-item h3,
.essay-main h3,
.studio-grid h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.05;
  font-weight: 700;
}

.work-feature p,
.work-item p,
.essay-main p,
.studio-grid p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
}

.work-item {
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.work-item span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--panel);
  font-size: 13px;
  font-weight: 800;
}

.activity-list {
  border-top: 1px solid var(--ink);
}

.activity-list article,
.activity-list a.activity-entry {
  display: grid;
  grid-template-columns: 120px 130px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 96px;
  padding: 18px 0;
  border-width: 0 0 1px;
  background: transparent;
}

.activity-list h3 {
  margin: 0;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 700;
}

.section-link {
  width: fit-content;
  margin-top: 18px;
  display: inline-flex;
  border-bottom: 2px solid var(--ink);
  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.label {
  width: fit-content;
  padding: 7px 10px;
  background: var(--ink);
  color: var(--panel);
  font-size: 13px;
}

.essay-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 14px;
}

.essay-main {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--paper);
}

.essay-main h3 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 84px);
  line-height: 0.98;
  font-family: var(--serif);
  font-weight: 700;
}

.fn-ref {
  display: inline-block;
  margin-left: 0.18em;
  font-family: var(--sans);
  font-size: 0.22em;
  line-height: 1;
  vertical-align: super;
}

.fn-ref a {
  padding: 0 0.08em;
  font-family: var(--serif);
  font-style: italic;
  background: var(--panel);
  font-weight: 700;
}

.fn-ref a:hover,
.footnotes a:hover {
  background: linear-gradient(transparent 42%, var(--marker) 42%);
}

.essay-main p:last-child {
  max-width: 700px;
  font-size: 22px;
  line-height: 1.45;
  font-family: var(--serif);
  font-weight: 500;
}

.footnotes {
  display: grid;
  gap: 12px;
  margin: 34px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--ink);
  list-style: none;
  counter-reset: none;
}

.footnotes li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.footnotes span {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.footnotes p {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.45;
}

.footnotes a {
  margin-left: 0.4em;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.essay-stack {
  display: grid;
  border-top: 1px solid var(--ink);
}

.essay-stack a {
  position: relative;
  min-height: 102px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--ink);
  border-top: 0;
  background: var(--panel);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  isolation: isolate;
}

.essay-stack a:hover {
  background: var(--panel);
}

.essays-page {
  background: var(--panel);
}

.essays-hero {
  position: relative;
  min-height: calc(76vh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px 28px 38px;
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
  isolation: isolate;
}

.essays-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("assets/2026_kleinstein_horse_plato.jpg");
  background-repeat: no-repeat;
  background-position: 92% 48%;
  background-size: min(1180px, 72vw) auto;
  opacity: 1;
}

.essays-hero h1 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(54px, 8.2vw, 142px);
  line-height: 0.88;
  font-weight: 800;
  text-transform: uppercase;
}

.essays-hero .kicker,
.essays-hero h1 {
  position: relative;
  z-index: 1;
}

.latest-essay {
  padding: 70px 28px 96px;
}

.latest-essay-header {
  display: grid;
  grid-template-columns: minmax(130px, 180px) minmax(100px, 160px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 62px;
}

.latest-essay-header time {
  font-size: 15px;
  font-weight: 800;
}

.latest-essay-header h2 {
  max-width: 1200px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 118px);
  line-height: 0.94;
  font-weight: 700;
}

.latest-essay-header h2 a {
  position: relative;
  isolation: isolate;
}

.latest-essay-header h2 a::after,
.text-link::after,
.essay-next a::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 0.08em;
  z-index: -1;
  height: 0.34em;
  background: var(--marker);
  transform: scaleX(0) rotate(-1deg);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.latest-essay-header h2 a:hover::after,
.text-link:hover::after,
.essay-next a:hover::after {
  transform: scaleX(1) rotate(-1deg);
}

.latest-essay-summary {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(200px, 360px);
  gap: min(8vw, 110px);
  justify-content: center;
  align-items: end;
}

.latest-essay-summary p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 58px);
  line-height: 1.05;
  font-weight: 700;
}

.text-link {
  position: relative;
  width: fit-content;
  font-family: var(--sans);
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  isolation: isolate;
}

.essay-detail {
  padding: 44px 24px 110px;
}

.essay-detail-header {
  display: grid;
  grid-template-columns: minmax(110px, 160px) minmax(90px, 140px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 48px;
}

.essay-detail-header .text-link {
  grid-column: 1 / -1;
}

.essay-detail-header .type,
.essay-detail-header time {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.essay-detail-header h1 {
  max-width: 1200px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 136px);
  line-height: 0.92;
  font-weight: 700;
}

.essay-reading-layout {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.essay-body {
  position: relative;
  max-width: min(76vw, 1320px);
  margin-left: clamp(18px, 3vw, 56px);
  font-family: var(--serif);
}

.essay-body a {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.13em;
  isolation: isolate;
  transition: color 140ms ease;
}

.essay-body a::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  bottom: -0.08em;
  z-index: -1;
  height: 0.72em;
  background: var(--marker);
  transform: scaleX(0) rotate(-1deg);
  transform-origin: left center;
  transition: transform 160ms ease;
}

.essay-body a:hover::after,
.essay-body a:focus-visible::after,
.essay-body a:active::after {
  transform: scaleX(1) rotate(-1deg);
}

.essay-body p {
  margin: 0 0 1.15em;
  font-size: clamp(22px, 1.72vw, 31px);
  line-height: 1.33;
  font-weight: 500;
}

.essay-body figcaption,
.essay-body .wp-caption-text,
.essay-body p[style*="text-align: center"] {
  max-width: 920px;
  margin: 0.75em auto 2.4em;
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.42;
  font-weight: 500;
  font-style: italic;
  text-align: center;
}

.essay-body p[style*="text-align: center"] img {
  display: block;
  margin: 0 auto 0.75em;
}

.essay-body h2 {
  margin: 2.1em 0 0.65em;
  font-family: var(--sans);
  font-size: clamp(36px, 5vw, 86px);
  line-height: 0.95;
  font-weight: 800;
  text-transform: uppercase;
}

.essay-body h3 {
  margin: 1.75em 0 0.75em;
  font-family: var(--sans);
  font-size: clamp(24px, 3.2vw, 48px);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.essay-body .essay-rule {
  margin: 3.2em 0;
  height: 1px;
  background: var(--ink);
}

.essay-body .essay-source {
  font-family: var(--serif);
  font-size: clamp(18px, 1.25vw, 23px);
  font-style: italic;
  line-height: 1.42;
  font-weight: 500;
  max-width: 780px;
  margin-bottom: 2.2em;
}

.essay-body .essay-contents {
  margin: 0 0 3em;
  padding: 0;
  list-style: none;
  font-family: var(--sans);
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.22;
  font-weight: 800;
  text-transform: uppercase;
}

.essay-body .essay-contents li + li {
  margin-top: 0.35em;
}

.essay-body .speaker {
  font-family: var(--serif);
  font-size: 1em;
  font-variant-caps: normal;
  font-weight: 800;
  white-space: nowrap;
}

.essay-body .essay-profile {
  margin-top: 3em;
  font-family: var(--serif);
  font-size: clamp(20px, 1.72vw, 29px);
  line-height: 1.38;
  font-weight: 600;
}

.essay-body sup {
  font-family: var(--serif);
  font-size: 0.68em;
  line-height: 0;
  vertical-align: super;
}

.essay-body sup a {
  padding: 0 0.08em;
  border: 0;
  background: transparent;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.08em;
}

.margin-note {
  float: right;
  clear: right;
  display: block;
  width: 250px;
  margin: 0.16em calc(-250px - 30px) 1.25em 26px;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.margin-note em {
  margin-right: 0.65em;
  font-style: italic;
  font-weight: 700;
}

.essay-archive {
  padding-top: 72px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: clamp(18px, 2.4vw, 42px);
  margin: clamp(46px, 6vw, 84px) 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.pagination .page-numbers {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  color: var(--ink);
  font-size: clamp(38px, 5.2vw, 90px);
  line-height: .86;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
  overflow: hidden;
  isolation: isolate;
}

.pagination .page-numbers::before {
  content: "";
  position: absolute;
  inset: auto -.08em .02em -.08em;
  height: .28em;
  z-index: -1;
  background: #fff200;
  transform: scaleX(0) rotate(-1.5deg);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.pagination .page-numbers:hover::before,
.pagination .page-numbers:focus-visible::before,
.pagination .page-numbers.current::before {
  transform: scaleX(1) rotate(-1.5deg);
}

.pagination .page-numbers.current {
  color: var(--ink);
  background: transparent;
}

.pagination .page-numbers.current::before {
  background: #fff200;
  mix-blend-mode: normal;
}

.pagination .prev,
.pagination .next {
  flex: 0 1 auto;
  justify-content: flex-start;
  padding-inline: 0;
}

.pagination .next {
  justify-content: flex-end;
}

.essay-next {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0 28px 96px;
}

.essay-next a {
  position: relative;
  font-size: clamp(30px, 4vw, 70px);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  isolation: isolate;
}

.related-essays {
  padding-top: 0;
}

.related-essays .section-head {
  margin-bottom: 34px;
}

.archive-list-compact {
  margin-inline: 0;
}

.archive-list a[aria-current="page"]::before {
  content: "Reading";
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.archive-list a[aria-current="page"] h3 {
  width: fit-content;
  background-image: linear-gradient(transparent 55%, var(--marker) 55%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.archive-list {
  display: grid;
  border-top: 1px solid var(--ink);
}

.archive-list a {
  position: relative;
  display: grid;
  grid-template-columns: 120px 130px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 112px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ink);
  isolation: isolate;
}

.archive-list a::after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  bottom: 32px;
  z-index: -1;
  height: 22px;
  background: var(--marker);
  transform: scaleX(0) rotate(-0.7deg);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.archive-list a:hover::after {
  transform: scaleX(1) rotate(-0.7deg);
}

.archive-list time,
.archive-list span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.archive-list h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 3.2vw, 54px);
  line-height: 1.05;
  font-weight: 700;
}

.project-page {
  background: var(--panel);
}

.project-hero {
  min-height: calc(82vh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px 28px 40px;
  border-bottom: 1px solid var(--ink);
}

.project-hero h1 {
  max-width: 1420px;
  margin: 0;
  font-size: clamp(70px, 11vw, 188px);
  line-height: 0.82;
  font-weight: 800;
  text-transform: uppercase;
}

.project-hero p:last-child {
  max-width: 760px;
  margin: 32px 0 0;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.18;
  font-weight: 800;
}

.project-overview {
  padding: 34px 28px;
  border-bottom: 1px solid var(--ink);
}

.project-overview dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
}

.project-overview div {
  display: grid;
  gap: 10px;
}

.project-overview dt {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-overview dd {
  margin: 0;
  font-size: clamp(20px, 1.7vw, 30px);
  line-height: 1.08;
  font-weight: 800;
}

.project-lead-image {
  margin: 0;
  padding: 0;
}

.project-lead-image img {
  width: 100%;
  max-height: 92vh;
  object-fit: cover;
  filter: grayscale(100%) contrast(106%);
}

.project-lead-image figcaption {
  padding: 10px 28px 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-story {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 52px;
  padding: 104px 28px 0;
}

.project-index {
  position: sticky;
  top: 112px;
  align-self: start;
}

.project-index span {
  display: block;
  font-size: clamp(84px, 10vw, 160px);
  line-height: 0.78;
  font-weight: 800;
}

.project-index h2 {
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
}

.project-text {
  max-width: 1160px;
}

.project-text p {
  margin: 0 0 0.95em;
  font-size: clamp(34px, 4.2vw, 72px);
  line-height: 1.04;
  font-weight: 800;
}

.project-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 96px 28px 0;
}

.project-gallery img {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
  filter: grayscale(100%) contrast(108%);
}

.project-next {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 84px 28px 96px;
}

.project-next a {
  position: relative;
  font-size: clamp(30px, 4vw, 70px);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  isolation: isolate;
}

.project-next a::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 0.08em;
  z-index: -1;
  height: 0.36em;
  background: var(--marker);
  transform: scaleX(0) rotate(-1deg);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.project-next a:hover::after {
  transform: scaleX(1) rotate(-1deg);
}

.contact-page {
  background: var(--panel);
}

.contact-hero {
  position: relative;
  min-height: clamp(420px, 62vh, 680px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(36px, 5vh, 58px) 28px clamp(32px, 5vh, 48px);
  border-bottom: 1px solid var(--ink);
}

.contact-hero h1 {
  position: relative;
  z-index: 1;
  max-width: min(1380px, 96vw);
  margin: 0;
  font-size: clamp(64px, 9vw, 158px);
  line-height: 0.86;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-stamp {
  position: absolute;
  right: clamp(26px, 5.4vw, 92px);
  bottom: clamp(28px, 5vw, 74px);
  width: clamp(132px, 18vw, 310px);
  height: auto;
  z-index: 0;
  opacity: .92;
  transform: rotate(-7deg);
  transform-origin: center;
  pointer-events: none;
}

.contact-body {
  display: grid;
  gap: clamp(58px, 7vw, 92px);
  padding: clamp(56px, 7vw, 86px) 28px 96px;
}

.contact-mail {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 34px;
  align-items: baseline;
}

.contact-mail a {
  position: relative;
  width: fit-content;
  font-size: clamp(44px, 8vw, 132px);
  line-height: 0.9;
  font-weight: 800;
  isolation: isolate;
  overflow-wrap: anywhere;
}

.contact-mail a::after,
.contact-socials a::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 0.08em;
  z-index: -1;
  height: 0.36em;
  background: var(--marker);
  transform: scaleX(0) rotate(-1deg);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.contact-mail a:hover::after,
.contact-socials a:hover::after {
  transform: scaleX(1) rotate(-1deg);
}

.contact-guidance {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(420px, 0.9fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: start;
}

.contact-guidance h2,
.contact-guidance p {
  margin: 0;
  font-weight: 800;
}

.contact-guidance h2 {
  max-width: 720px;
  font-size: clamp(34px, 4.5vw, 74px);
  line-height: 1;
}

.contact-guidance p {
  max-width: 820px;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.24;
}

.contact-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 78px);
}

.contact-checklist article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 0 0;
}

.contact-checklist span {
  font-size: clamp(58px, 7vw, 112px);
  line-height: 0.8;
  font-weight: 800;
}

.contact-checklist h3 {
  margin: auto 0 14px;
  font-size: clamp(26px, 3vw, 54px);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-checklist p {
  max-width: 420px;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
}

.contact-socials .type {
  margin: 0;
}

.contact-socials a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 800;
  isolation: isolate;
}

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

.studio-section {
  background: #151515;
  color: var(--panel);
}

.studio-copy {
  margin-bottom: 40px;
}

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

.studio-grid div {
  min-height: 250px;
  background: transparent;
  border-color: var(--panel);
}

.studio-grid p {
  color: var(--panel);
}

.site-footer {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 38px 28px;
  background: var(--panel);
  border-top: 1px solid var(--ink);
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.site-footer p {
  margin: 0;
  font-weight: 900;
  line-height: 1.08;
}

.site-footer small {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer a {
  position: relative;
  font-weight: 900;
  isolation: isolate;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 14px 28px;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.instagram-link img {
  width: 15px;
  height: 15px;
  transform: translateY(0);
}

.about-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 44px 28px 56px;
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
}

.about-hero > :not(.about-hero-illustration) {
  position: relative;
  z-index: 2;
}

.about-hero-illustration {
  position: absolute;
  top: 0;
  right: -4vw;
  z-index: 1;
  width: min(74vw, 1120px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.22;
  filter: grayscale(100%) contrast(115%);
  pointer-events: none;
}

.about-hero h1 {
  max-width: 1400px;
  margin: 0;
  font-size: clamp(70px, 10vw, 168px);
  line-height: 0.88;
  font-weight: 700;
}

.about-hero .kicker {
  margin-bottom: 24px;
  font-size: clamp(22px, 3.6vw, 56px);
  line-height: 0.95;
}

.about-hero p:last-child {
  max-width: 820px;
  margin: 32px 0 0;
  font-size: 27px;
  line-height: 1.28;
  font-weight: 700;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 72px;
}

.about-grid.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-index {
  position: sticky;
  top: 106px;
  align-self: start;
  display: grid;
  gap: 10px;
  transform: translateY(-14px);
}

.about-index span {
  width: auto;
  height: auto;
  display: block;
  border: 0;
  font-size: clamp(84px, 11vw, 180px);
  line-height: 0.78;
  font-weight: 800;
}

.about-index h2 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
}

.about-body {
  display: grid;
  gap: 34px;
  max-width: 1120px;
}

.about-body p {
  margin: 0;
  font-size: clamp(32px, 4vw, 62px);
  line-height: 1.04;
  font-weight: 700;
}

.practice-list {
  display: grid;
  gap: 46px;
  border-top: 0;
}

.people-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 78px;
  border-top: 0;
}

.people-grid article {
  min-height: 0;
  display: block;
  max-width: 980px;
  padding: 0;
  border-bottom: 0;
}

.people-grid article:nth-child(even) {
  margin-left: 0;
}

.people-grid h3,
.showroom-block h3 {
  margin: 0;
  font-size: clamp(54px, 5.8vw, 104px);
  line-height: 0.95;
}

.people-grid h3 {
  white-space: nowrap;
}

.person-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.person-socials a {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.person-socials a::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: 4px;
  z-index: -1;
  height: 11px;
  background: var(--marker);
  transform: scaleX(0) rotate(-1deg);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.person-socials a:hover::after {
  transform: scaleX(1) rotate(-1deg);
}

.person-socials img {
  width: 21px;
  height: 21px;
}

.people-grid p,
.showroom-block p:not(.type) {
  max-width: 980px;
  margin: 28px 0 0;
  line-height: 1.24;
  font-weight: 700;
}

.people-grid p {
  font-size: clamp(24px, 2vw, 34px);
}

.showroom-block p:not(.type) {
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.38;
}

.people-grid p:first-of-type {
  margin-top: 28px;
}

.showroom-block .address {
  width: fit-content;
  padding: 6px 8px;
  background: var(--marker);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.showroom-block {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 520px;
  gap: 34px;
  align-items: start;
}

.showroom-block > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1080px;
  padding: 0 0 32px;
  border-bottom: 0;
  min-width: 0;
}

.map-frame {
  width: min(920px, 100%);
  min-height: 420px;
  margin-left: auto;
  background: var(--paper);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
}

.practice-list article {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: 48px;
  padding: 0;
  border-bottom: 0;
}

.practice-list h3,
.practice-list p {
  margin: 0;
}

.practice-list h3 {
  font-size: clamp(28px, 3.8vw, 56px);
  line-height: 1;
}

.practice-list p {
  max-width: 700px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.company-info {
  margin: 0;
  display: grid;
  gap: 0;
  border-top: 0;
}

.company-info div {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 40px;
  padding: 14px 0;
  border-bottom: 0;
  align-items: start;
}

.company-info dt,
.company-info dd {
  margin: 0;
  font-size: clamp(22px, 2.25vw, 36px);
  line-height: 1.08;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.company-info dd small {
  display: block;
  max-width: 840px;
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.company-info dt {
  text-transform: uppercase;
}

.company-info a {
  position: relative;
  isolation: isolate;
}

.company-info a::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.08em;
  z-index: -1;
  height: 0.42em;
  background: var(--marker);
  transform: scaleX(0) rotate(-1deg);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.company-info a:hover::after {
  transform: scaleX(1) rotate(-1deg);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .primary-nav {
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .primary-nav,
  .language-switch {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hero,
  .section-head,
  .essay-layout,
  .essay-reading-layout,
  .latest-essay-header,
  .project-overview dl,
  .project-story,
  .project-gallery,
  .contact-mail,
  .contact-guidance,
  .contact-checklist,
  .studio-grid,
  .about-grid,
  .people-grid,
  .showroom-block,
  .practice-list article,
  .company-info div {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    align-items: end;
    padding-top: clamp(36px, 7vh, 68px);
    padding-bottom: clamp(38px, 8vh, 76px);
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 0;
  }

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

  .signal-strip {
    grid-template-columns: 1fr 1fr;
  }

  .people-grid h3,
  .people-grid p {
    grid-column: auto;
  }

  .people-grid h3 {
    grid-row: auto;
    white-space: normal;
  }

  .margin-note {
    float: none;
    width: auto;
    max-width: 720px;
    margin: 0.55em 0 1.4em;
    padding-left: 1.5em;
    font-size: 16px;
  }

  .essay-detail {
    padding-top: 36px;
  }

  .essay-detail-header {
    margin-bottom: 44px;
  }

  .essay-body {
    max-width: none;
    margin-left: 0;
  }

  .project-index {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .section,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-header {
    position: sticky;
    gap: 8px;
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .brand span {
    font-size: 27px;
  }

  .brand small {
    font-size: 11px;
    line-height: 1.1;
  }

  .primary-nav a,
  .language-switch a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 15px;
    white-space: nowrap;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(44px, 12.2vw, 66px);
    line-height: 0.9;
  }

  .about-hero h1 {
    font-size: 58px;
    line-height: 0.92;
  }

  .about-hero p:last-child,
  .project-hero p:last-child,
  .practice-list p,
  .people-grid p,
  .showroom-block p:not(.type),
  .contact-guidance p,
  .contact-checklist p {
    font-size: 18px;
  }

  .project-hero h1,
  .contact-hero h1,
  .essay-detail-header h1 {
    font-size: 58px;
    line-height: 0.9;
  }

  .essay-detail {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 28px;
  }

  .essay-detail-header {
    display: block;
  }

  .essay-detail-header .text-link,
  .essay-detail-header .type,
  .essay-detail-header time {
    display: block;
    margin-bottom: 14px;
  }

  .essay-body p {
    font-size: 24px;
    line-height: 1.35;
  }

  .essay-body h2 {
    font-size: 42px;
    line-height: 0.98;
  }

  .essay-body h3 {
    font-size: 26px;
  }

  .essay-body .essay-source,
  .essay-body .essay-profile {
    font-size: 18px;
    line-height: 1.38;
  }

  .margin-note {
    padding-left: 0;
    font-size: 15px;
    line-height: 1.38;
  }

  .contact-mail a {
    font-size: 38px;
  }

  .project-text p {
    font-size: 31px;
  }

  .project-next {
    display: grid;
  }

  .about-body p {
    font-size: 34px;
  }

  .map-frame {
    border-left: 0;
    border-top: 1px solid var(--ink);
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 0;
  }

  .lead {
    font-size: 18px;
  }

  .work-grid,
  .activity-list article,
  .activity-list a.activity-entry,
  .archive-list a {
    grid-template-columns: 1fr;
  }

  .signal-strip {
    grid-template-columns: 1fr;
  }

  .signal-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .activity-list article,
  .activity-list a.activity-entry {
    gap: 10px;
  }

  .site-footer {
    display: grid;
    font-size: 18px;
  }

  .footer-main {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (min-width: 1441px) {
  .hero-copy,
  .hero h1 {
    max-width: min(1280px, calc(100vw - 56px));
  }

  .hero h1 {
    font-size: clamp(92px, 6.1vw, 118px);
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .hero {
    min-height: auto;
    padding-top: clamp(32px, 5vh, 48px);
    padding-bottom: clamp(34px, 5vh, 48px);
  }

  .hero.has-hero-media {
    min-height: calc(100svh - 82px);
  }

  .hero h1 {
    font-size: clamp(58px, 5.55vw, 82px);
    line-height: 0.9;
  }

  .lead {
    max-width: 760px;
    margin-top: 18px;
    font-size: 20px;
  }
}

/* WordPress integration correction: keep the home hero close to the approved static demo. */
.site-header {
  grid-template-columns: minmax(300px, 1fr) minmax(0, auto) auto;
  column-gap: clamp(14px, 2vw, 34px);
  padding: 16px 24px;
}

.brand span {
  font-family: var(--sans);
  font-size: clamp(30px, 2vw, 38px);
  font-weight: 800;
}

.brand small {
  font-family: var(--sans);
  font-size: clamp(12px, 0.82vw, 15px);
  line-height: 1.05;
}

.primary-nav a,
.language-switch a {
  min-height: 36px;
  padding-inline: clamp(7px, 0.65vw, 12px);
  font-size: clamp(16px, 0.98vw, 19px);
}

.home .hero,
.home .hero.has-hero-media {
  min-height: calc(100svh - 84px);
  display: flex;
  align-items: flex-end;
  padding: clamp(22px, 3vh, 38px) 24px clamp(30px, 5vh, 54px);
  overflow: hidden;
}

.home .hero-copy {
  width: 100%;
  max-width: min(1120px, calc(100vw - 48px));
  padding-top: 0;
}

.home .kicker {
  margin-bottom: clamp(12px, 1.6vh, 18px);
  font-size: clamp(14px, 0.95vw, 17px);
}

.home .hero h1 {
  max-width: min(980px, calc(100vw - 48px));
  font-family: var(--sans);
  font-size: clamp(50px, 4.75vw, 80px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0;
}

.home .lead {
  max-width: min(760px, calc(100vw - 56px));
  margin-top: clamp(16px, 2.4vh, 26px);
  font-family: var(--sans);
  font-size: clamp(18px, 1.22vw, 23px);
  line-height: 1.28;
  font-weight: 800;
}

.home .hero.has-hero-media .hero-media {
  opacity: 0.48;
}

.home .hero.has-hero-media .illustration-stage img {
  object-position: center center;
}

.home .hero-media figcaption {
  display: none;
}

.home .hero::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.36) 74%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.18) 48%);
}

@media (min-width: 1100px) and (max-height: 860px) {
  .home .hero,
  .home .hero.has-hero-media {
    min-height: calc(100svh - 82px);
    padding-top: 18px;
    padding-bottom: 30px;
  }

  .home .hero h1 {
    max-width: min(920px, calc(100vw - 48px));
    font-size: clamp(48px, 4.25vw, 70px);
    line-height: 0.9;
  }

  .home .lead {
    max-width: 680px;
    margin-top: 14px;
    font-size: 18px;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    padding: 14px 18px 12px;
  }

  .home .hero,
  .home .hero.has-hero-media {
    min-height: auto;
    padding: 36px 18px 44px;
  }

  .home .hero h1 {
    max-width: 100%;
    font-size: clamp(48px, 13vw, 78px);
  }
}

@media (max-width: 640px) {
  .home .hero h1 {
    font-size: clamp(43px, 12.2vw, 64px);
  }

  .home .lead {
    font-size: 18px;
  }
}

/* Home correction pass 2: remove the accidental WordPress blank stage and restore the static-demo rhythm. */
.home .site-header {
  display: grid;
}

.home .primary-nav,
.home .language-switch {
  display: flex;
}

.home .hero,
.home .hero.has-hero-media {
  min-height: auto;
  display: block;
  align-items: initial;
  padding: clamp(42px, 6vh, 68px) 24px clamp(44px, 7vh, 72px);
  overflow: hidden;
}

.home .hero-copy {
  width: 100%;
  max-width: min(1280px, calc(100vw - 48px));
  padding-top: 0;
}

.home .kicker {
  margin-bottom: clamp(10px, 1.4vh, 16px);
  font-family: var(--sans);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.05;
  font-weight: 800;
}

.home .hero h1 {
  max-width: min(1180px, calc(100vw - 48px));
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(62px, 6vw, 102px);
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: 0;
}

.home .lead {
  max-width: min(820px, calc(100vw - 56px));
  margin-top: clamp(18px, 2.6vh, 28px);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(20px, 1.35vw, 25px);
  line-height: 1.25;
  font-weight: 700;
}

.home .hero-media {
  inset: 0;
  opacity: 0.34;
}

.home .hero.has-hero-media .hero-media {
  opacity: 0.34;
}

.home .hero.has-hero-media .illustration-stage,
.home .hero.has-hero-media .illustration-stage img {
  height: 100%;
}

.home .hero.has-hero-media .illustration-stage img {
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 1100px) and (max-height: 860px) {
  .home .hero,
  .home .hero.has-hero-media {
    min-height: auto;
    padding-top: clamp(28px, 4.5vh, 42px);
    padding-bottom: clamp(32px, 5.5vh, 46px);
  }

  .home .hero h1 {
    max-width: min(1080px, calc(100vw - 48px));
    font-size: clamp(56px, 5.15vw, 82px);
    line-height: 0.88;
  }

  .home .lead {
    max-width: 760px;
    margin-top: 16px;
    font-size: clamp(18px, 1.2vw, 21px);
  }
}

@media (min-width: 1500px) {
  .home .hero h1 {
    max-width: min(1280px, calc(100vw - 56px));
    font-size: clamp(82px, 5.6vw, 112px);
  }
}

@media (max-width: 980px) {
  .home .hero,
  .home .hero.has-hero-media {
    padding: 34px 18px 44px;
  }

  .home .hero h1 {
    max-width: 100%;
    font-size: clamp(48px, 12.8vw, 78px);
    line-height: 0.9;
  }
}

@media (max-width: 640px) {
  .home .hero h1 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .home .lead {
    font-size: 18px;
    line-height: 1.3;
  }
}

/* Home final calibration: keep the WordPress render close to the approved static demo. */
.home .site-header {
  display: grid !important;
}

.home .primary-nav,
.home .language-switch {
  display: flex !important;
}

.home .hero,
.home .hero.has-hero-media {
  position: relative;
  display: block !important;
  min-height: 0 !important;
  padding: clamp(28px, 4.2vh, 52px) 24px clamp(42px, 6vh, 64px) !important;
  overflow: hidden;
}

.home .hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: min(1120px, calc(100vw - 48px)) !important;
  padding-top: 0 !important;
}

.home .kicker {
  margin: 0 0 clamp(12px, 1.8vh, 18px) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.home .hero h1 {
  max-width: min(1080px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(54px, 4.8vw, 86px) !important;
  line-height: 0.9 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.home .lead {
  max-width: min(780px, calc(100vw - 56px)) !important;
  margin-top: clamp(18px, 2.4vh, 26px) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(19px, 1.25vw, 23px) !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.home .hero-media,
.home .hero.has-hero-media .hero-media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0.3 !important;
  pointer-events: none;
  overflow: hidden;
}

.home .hero-media .illustration-stage,
.home .hero-media .illustration-stage img {
  width: 100% !important;
  height: 100% !important;
}

.home .hero-media .illustration-stage img {
  object-fit: cover !important;
  object-position: center center !important;
}

.home .hero-media figcaption {
  display: none !important;
}

@media (min-width: 1100px) and (max-height: 860px) {
  .home .hero,
  .home .hero.has-hero-media {
    padding-top: 26px !important;
    padding-bottom: 44px !important;
  }

  .home .hero h1 {
    max-width: min(980px, calc(100vw - 48px)) !important;
    font-size: clamp(50px, 4.25vw, 74px) !important;
  }

  .home .lead {
    max-width: 700px !important;
    margin-top: 16px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 980px) {
  .home .hero,
  .home .hero.has-hero-media {
    padding: 30px 18px 42px !important;
  }

  .home .hero-copy,
  .home .hero h1,
  .home .lead {
    max-width: 100% !important;
  }

  .home .hero h1 {
    font-size: clamp(46px, 12vw, 72px) !important;
    line-height: 0.9 !important;
  }
}

@media (max-width: 640px) {
  .home .hero h1 {
    font-size: clamp(40px, 11.6vw, 58px) !important;
  }

  .home .lead {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }
}

/* Director pass 2026-06-22: stabilize the WordPress home page against older demo overrides. */
.home {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  overflow-x: hidden;
}

.home .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid !important;
  grid-template-columns: minmax(300px, 1fr) auto auto !important;
  align-items: center;
  min-height: 86px;
  padding: 16px 24px !important;
  background: rgba(255, 255, 255, 0.96);
}

.home .brand span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(36px, 2.65vw, 48px) !important;
  line-height: 0.9 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.home .brand small {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(13px, 1vw, 17px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.home .primary-nav,
.home .language-switch {
  display: flex !important;
  align-items: center;
}

.home .primary-nav a,
.home .language-switch a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(17px, 1.1vw, 22px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.home .hero,
.home .hero.has-hero-media {
  position: relative;
  display: block !important;
  min-height: 0 !important;
  padding: clamp(34px, 5vh, 64px) 24px clamp(46px, 7vh, 82px) !important;
  overflow: hidden !important;
  border-bottom: 1px solid var(--ink);
}

.home .hero-media,
.home .hero.has-hero-media .hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0.14 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

.home .hero-media .illustration-stage,
.home .hero-media .illustration-stage img {
  width: 100% !important;
  height: 100% !important;
}

.home .hero-media .illustration-stage img {
  object-fit: cover !important;
  object-position: center center !important;
}

.home .hero-media figcaption {
  display: none !important;
}

.home .hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: min(1160px, calc(100vw - 48px)) !important;
  padding-top: 0 !important;
}

.home .kicker {
  margin: 0 0 clamp(12px, 1.8vh, 18px) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.home .hero h1 {
  max-width: min(1120px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(58px, 5.05vw, 92px) !important;
  line-height: 0.88 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  overflow-wrap: normal;
  word-break: normal;
}

.home .lead {
  max-width: min(800px, calc(100vw - 56px)) !important;
  margin-top: clamp(18px, 2.4vh, 28px) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(19px, 1.3vw, 24px) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

@media (min-width: 1100px) and (max-height: 820px) {
  .home .site-header {
    min-height: 78px;
    padding: 13px 24px !important;
  }

  .home .hero,
  .home .hero.has-hero-media {
    padding-top: 24px !important;
    padding-bottom: 40px !important;
  }

  .home .hero h1 {
    max-width: min(1020px, calc(100vw - 48px)) !important;
    font-size: clamp(52px, 4.55vw, 76px) !important;
    line-height: 0.88 !important;
  }

  .home .lead {
    max-width: 720px !important;
    margin-top: 14px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 980px) {
  .home .site-header {
    grid-template-columns: 1fr !important;
    gap: 14px;
    min-height: 0;
  }

  .home .primary-nav,
  .home .language-switch {
    flex-wrap: wrap;
    justify-self: start;
  }

  .home .hero,
  .home .hero.has-hero-media {
    padding: 30px 18px 42px !important;
  }

  .home .hero-copy,
  .home .hero h1,
  .home .lead {
    max-width: 100% !important;
  }

  .home .hero h1 {
    font-size: clamp(46px, 12vw, 72px) !important;
    line-height: 0.9 !important;
  }
}

@media (max-width: 640px) {
  .home .site-header {
    padding: 16px 18px !important;
  }

  .home .brand span {
    font-size: 34px !important;
  }

  .home .brand small,
  .home .primary-nav a,
  .home .language-switch a {
    font-size: 14px !important;
  }

  .home .hero h1 {
    font-size: clamp(40px, 11.2vw, 56px) !important;
  }
}

/* Verified home pass 2026-06-22: keep the WordPress top aligned with the approved prototype. */
.home {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  overflow-x: hidden !important;
}

.home .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  display: grid !important;
  grid-template-columns: minmax(320px, 1fr) auto auto !important;
  align-items: center !important;
  gap: 32px !important;
  min-height: 82px !important;
  padding: 14px 24px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid #111 !important;
}

.home .brand,
.home .brand span,
.home .brand small,
.home .primary-nav a,
.home .language-switch a,
.home .kicker,
.home .lead,
.home .hero h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.home .brand span {
  font-size: clamp(34px, 2.4vw, 44px) !important;
  line-height: 0.9 !important;
  font-weight: 800 !important;
}

.home .brand small {
  font-size: clamp(13px, 0.9vw, 16px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
}

.home .primary-nav,
.home .language-switch {
  display: flex !important;
  align-items: center !important;
}

.home .primary-nav {
  gap: clamp(24px, 3vw, 52px) !important;
}

.home .language-switch {
  gap: 20px !important;
}

.home .primary-nav a,
.home .language-switch a {
  font-size: clamp(16px, 1vw, 20px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.home .hero,
.home .hero.has-hero-media {
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  min-height: calc(100svh - 82px) !important;
  padding: clamp(18px, 3vh, 36px) 24px clamp(30px, 5vh, 58px) !important;
  overflow: hidden !important;
  border-bottom: 1px solid #111 !important;
}

.home .hero-media,
.home .hero.has-hero-media .hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0.12 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

.home .hero-media .illustration-stage,
.home .hero-media .illustration-stage img {
  width: 100% !important;
  height: 100% !important;
}

.home .hero-media .illustration-stage img {
  object-fit: cover !important;
  object-position: center center !important;
}

.home .hero-media figcaption {
  display: none !important;
}

.home .hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: min(1060px, calc(100vw - 48px)) !important;
  padding: 0 !important;
}

.home .kicker {
  margin: 0 0 12px !important;
  font-size: clamp(14px, 0.9vw, 17px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.home .hero h1 {
  display: block !important;
  max-width: min(1000px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  font-size: clamp(50px, 4.2vw, 80px) !important;
  line-height: 0.88 !important;
  font-weight: 800 !important;
  text-transform: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.home .lead {
  max-width: min(760px, calc(100vw - 48px)) !important;
  margin-top: clamp(16px, 2.3vh, 26px) !important;
  font-size: clamp(18px, 1.15vw, 22px) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

@media (min-width: 1100px) and (max-height: 820px) {
  .home .site-header {
    min-height: 74px !important;
    padding: 12px 24px !important;
  }

  .home .hero,
  .home .hero.has-hero-media {
    min-height: calc(100svh - 74px) !important;
    padding-top: 18px !important;
    padding-bottom: 30px !important;
  }

  .home .hero-copy {
    max-width: min(930px, calc(100vw - 48px)) !important;
  }

  .home .hero h1 {
    max-width: min(910px, calc(100vw - 48px)) !important;
    font-size: clamp(44px, 3.8vw, 66px) !important;
  }

  .home .lead {
    max-width: 700px !important;
    margin-top: 14px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 980px) {
  .home .site-header {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    min-height: 0 !important;
    padding: 16px 18px !important;
  }

  .home .primary-nav,
  .home .language-switch {
    justify-self: start !important;
    flex-wrap: wrap !important;
  }

  .home .hero,
  .home .hero.has-hero-media {
    min-height: auto !important;
    padding: 38px 18px 44px !important;
    align-items: flex-start !important;
  }

  .home .hero-copy,
  .home .hero h1,
  .home .lead {
    max-width: 100% !important;
  }

  .home .hero h1 {
    font-size: clamp(42px, 10.5vw, 68px) !important;
    line-height: 0.9 !important;
  }
}

@media (max-width: 640px) {
  .home .brand span {
    font-size: 34px !important;
  }

  .home .brand small,
  .home .primary-nav a,
  .home .language-switch a {
    font-size: 14px !important;
  }

  .home .kicker {
    font-size: 14px !important;
  }

  .home .hero h1 {
    font-size: clamp(38px, 10.5vw, 54px) !important;
  }

  .home .lead {
    font-size: 17px !important;
    line-height: 1.32 !important;
  }
}

/* Home calibration pass: closer to the approved static prototype without breaking laptop viewports. */
body,
.home,
.home .site-header,
.home .brand,
.home .brand span,
.home .brand small,
.home .primary-nav a,
.home .language-switch a,
.home .kicker,
.home .hero h1,
.home .lead {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

body.home {
  overflow-x: hidden !important;
}

.home .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 1fr) auto auto !important;
  align-items: center !important;
  column-gap: clamp(24px, 3vw, 54px) !important;
  row-gap: 14px !important;
  min-height: 92px !important;
  padding: 17px 28px 15px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid #111 !important;
}

.home .brand span {
  display: block !important;
  font-size: clamp(36px, 3vw, 50px) !important;
  line-height: 0.88 !important;
  font-weight: 900 !important;
}

.home .brand small {
  display: block !important;
  margin-top: 5px !important;
  font-size: clamp(15px, 1.25vw, 21px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.home .primary-nav,
.home .language-switch {
  display: flex !important;
  align-items: center !important;
}

.home .primary-nav {
  gap: clamp(24px, 3vw, 52px) !important;
}

.home .language-switch {
  gap: 22px !important;
}

.home .primary-nav a,
.home .language-switch a {
  display: inline-block !important;
  font-size: clamp(17px, 1.45vw, 24px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.home .hero,
.home .hero.has-hero-media {
  display: flex !important;
  align-items: flex-end !important;
  min-height: calc(100svh - 92px) !important;
  padding: clamp(42px, 7vh, 92px) 28px clamp(28px, 5vh, 54px) !important;
  overflow: hidden !important;
  border-bottom: 1px solid #111 !important;
}

.home .hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: min(1280px, calc(100vw - 56px)) !important;
  padding: 0 !important;
}

.home .kicker {
  margin: 0 0 clamp(14px, 2vh, 24px) !important;
  font-size: clamp(17px, 1.45vw, 23px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.home .hero h1 {
  max-width: min(1240px, calc(100vw - 56px)) !important;
  margin: 0 !important;
  font-size: clamp(76px, 7.1vw, 118px) !important;
  line-height: 0.86 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.home .lead {
  max-width: min(980px, calc(100vw - 56px)) !important;
  margin-top: clamp(20px, 3vh, 34px) !important;
  font-size: clamp(20px, 2vw, 30px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
}

@media (min-width: 1100px) and (max-height: 820px) {
  .home .site-header {
    min-height: 88px !important;
    padding: 15px 28px 13px !important;
  }

  .home .hero,
  .home .hero.has-hero-media {
    min-height: calc(100svh - 88px) !important;
    padding-top: 34px !important;
    padding-bottom: 30px !important;
  }

  .home .hero h1 {
    max-width: min(1180px, calc(100vw - 56px)) !important;
    font-size: clamp(72px, 6.65vw, 98px) !important;
    line-height: 0.86 !important;
  }

  .home .lead {
    max-width: 920px !important;
    font-size: 21px !important;
  }
}

@media (max-width: 980px) {
  .home .site-header {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 16px 18px !important;
  }

  .home .primary-nav,
  .home .language-switch {
    justify-self: start !important;
    flex-wrap: wrap !important;
  }

  .home .hero,
  .home .hero.has-hero-media {
    min-height: auto !important;
    padding: 36px 18px 44px !important;
  }

  .home .hero-copy,
  .home .hero h1,
  .home .lead {
    max-width: 100% !important;
  }

  .home .hero h1 {
    font-size: clamp(44px, 10.4vw, 72px) !important;
    line-height: 0.9 !important;
  }
}

@media (max-width: 640px) {
  .home .brand span {
    font-size: 34px !important;
  }

  .home .brand small,
  .home .primary-nav a,
  .home .language-switch a,
  .home .kicker {
    font-size: 14px !important;
  }

  .home .hero h1 {
    font-size: clamp(38px, 10.6vw, 58px) !important;
  }

  .home .lead {
    font-size: 17px !important;
    line-height: 1.3 !important;
  }
}

/* Final home-page correction pass, aligned to the approved static prototype. */
body.home {
  overflow-x: hidden !important;
}

.home,
.home * {
  letter-spacing: 0 !important;
}

.home .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 1fr) auto auto !important;
  align-items: center !important;
  gap: 18px 30px !important;
  min-height: 88px !important;
  padding: 16px 24px 15px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid #111 !important;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
}

.home .brand {
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important;
  text-decoration: none !important;
}

.home .brand span {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
  font-size: clamp(34px, 2.5vw, 42px) !important;
  line-height: 0.92 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.home .brand small {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
  font-size: clamp(14px, 1.05vw, 18px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.home .primary-nav,
.home .language-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

.home .primary-nav {
  gap: clamp(16px, 2.2vw, 36px) !important;
}

.home .language-switch {
  gap: 16px !important;
}

.home .primary-nav a,
.home .language-switch a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 36px !important;
  padding: 0 5px !important;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
  font-size: clamp(16px, 1.28vw, 21px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.home .hero,
.home .hero.has-hero-media {
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  min-height: calc(100svh - 88px) !important;
  padding: clamp(26px, 4.4vh, 50px) 24px clamp(28px, 5vh, 46px) !important;
  overflow: hidden !important;
  border-bottom: 1px solid #111 !important;
}

.home .hero-media,
.home .hero.has-hero-media .hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0.18 !important;
  pointer-events: none !important;
}

.home .hero-media figcaption {
  display: none !important;
}

.home .hero-media .illustration-stage,
.home .hero-media .illustration-stage img {
  width: 100% !important;
  height: 100% !important;
}

.home .hero-media .illustration-stage {
  background: transparent !important;
}

.home .hero-media .illustration-stage img {
  object-fit: cover !important;
  object-position: center center !important;
  filter: grayscale(100%) contrast(108%) !important;
}

.home .hero::after {
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.74) 42%, rgba(255,255,255,0.18) 100%),
    linear-gradient(0deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.15) 45%) !important;
}

.home .hero-copy {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  max-width: min(1120px, calc(100vw - 48px)) !important;
  padding: 0 !important;
  margin: 0 !important;
}

.home .kicker {
  margin: 0 0 14px !important;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
  font-size: clamp(15px, 1.1vw, 18px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.home .hero h1 {
  width: 100% !important;
  max-width: min(1120px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
  font-size: clamp(58px, 5.7vw, 86px) !important;
  line-height: 0.9 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.home .lead {
  width: 100% !important;
  max-width: min(840px, calc(100vw - 48px)) !important;
  margin: 20px 0 0 !important;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
  font-size: clamp(19px, 1.55vw, 24px) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

@media (min-width: 1100px) and (max-height: 820px) {
  .home .site-header {
    min-height: 82px !important;
    padding-top: 14px !important;
    padding-bottom: 13px !important;
  }

  .home .hero,
  .home .hero.has-hero-media {
    min-height: calc(100svh - 82px) !important;
    padding-top: 20px !important;
    padding-bottom: 28px !important;
  }

  .home .hero-copy,
  .home .hero h1 {
    max-width: min(1040px, calc(100vw - 48px)) !important;
  }

  .home .hero h1 {
    font-size: clamp(54px, 5.05vw, 74px) !important;
    line-height: 0.9 !important;
  }

  .home .lead {
    max-width: 760px !important;
    margin-top: 16px !important;
    font-size: 19px !important;
    line-height: 1.18 !important;
  }
}

@media (max-width: 1080px) {
  .home .site-header {
    grid-template-columns: 1fr !important;
  }

  .home .primary-nav,
  .home .language-switch {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
}

@media (max-width: 700px) {
  .home .site-header {
    min-height: 0 !important;
    padding: 16px 18px !important;
  }

  .home .brand span {
    font-size: 34px !important;
  }

  .home .brand small,
  .home .primary-nav a,
  .home .language-switch a,
  .home .kicker {
    font-size: 14px !important;
  }

  .home .primary-nav {
    gap: 10px 16px !important;
  }

  .home .hero,
  .home .hero.has-hero-media {
    min-height: auto !important;
    padding: 34px 18px 42px !important;
  }

  .home .hero-copy,
  .home .hero h1,
  .home .lead {
    max-width: 100% !important;
  }

  .home .hero h1 {
    font-size: clamp(42px, 13vw, 66px) !important;
    line-height: 0.9 !important;
  }

  .home .lead {
    font-size: 17px !important;
    line-height: 1.28 !important;
  }
}

/* Director-review pass: keep the WP home close to the approved static demo. */
body.home,
body.home .site-header,
body.home .hero,
body.home .hero * {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
}

body.home .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  display: grid !important;
  grid-template-columns: minmax(310px, 1fr) auto auto !important;
  align-items: center !important;
  min-height: 84px !important;
  padding: 14px 24px 13px !important;
  background: rgba(255, 255, 255, 0.99) !important;
  border-bottom: 1px solid #111 !important;
  overflow: visible !important;
}

body.home .brand span {
  font-size: clamp(32px, 2.4vw, 40px) !important;
  line-height: 0.92 !important;
  font-weight: 800 !important;
}

body.home .brand small {
  font-size: clamp(13px, 1vw, 17px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

body.home .primary-nav,
body.home .primary-nav ul,
body.home .language-switch {
  display: flex !important;
  align-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.home .primary-nav ul {
  gap: clamp(18px, 2vw, 34px) !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .primary-nav a,
body.home .language-switch a {
  font-size: clamp(15px, 1.05vw, 19px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

body.home .hero,
body.home .hero.has-hero-media {
  display: flex !important;
  align-items: flex-start !important;
  min-height: calc(100svh - 84px) !important;
  padding: clamp(56px, 9vh, 110px) 24px clamp(38px, 7vh, 72px) !important;
  overflow: hidden !important;
}

body.home .hero-copy {
  width: 100% !important;
  max-width: min(1320px, calc(100vw - 48px)) !important;
}

body.home .kicker {
  margin: 0 0 14px !important;
  font-size: clamp(14px, 1.04vw, 18px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

body.home .hero h1 {
  max-width: min(1320px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  font-size: clamp(78px, 8.1vw, 124px) !important;
  line-height: 0.86 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance !important;
}

body.home .lead {
  max-width: min(770px, calc(100vw - 48px)) !important;
  margin-top: 18px !important;
  font-size: clamp(18px, 1.4vw, 22px) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

@media (min-width: 1100px) and (max-height: 820px) {
  body.home .hero,
  body.home .hero.has-hero-media {
    padding-top: clamp(42px, 7vh, 66px) !important;
    padding-bottom: 32px !important;
  }

  body.home .hero h1 {
    max-width: min(1260px, calc(100vw - 48px)) !important;
    font-size: clamp(76px, 7.65vw, 108px) !important;
    line-height: 0.86 !important;
  }

  body.home .lead {
    max-width: 780px !important;
    font-size: 19px !important;
  }
}

@media (max-width: 1080px) {
  body.home .site-header {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.home .primary-nav,
  body.home .primary-nav ul,
  body.home .language-switch {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }

  body.home .hero,
  body.home .hero.has-hero-media {
    padding-top: 54px !important;
  }
}

@media (max-width: 700px) {
  body.home .hero,
  body.home .hero.has-hero-media {
    padding: 34px 18px 42px !important;
  }

  body.home .hero h1 {
    font-size: clamp(42px, 12.5vw, 62px) !important;
  }
}

/* English-first homepage calibration after director review. */
body.home {
  overflow-x: hidden !important;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
}

body.home .site-header,
body.home .site-header *,
body.home .hero,
body.home .hero *,
body.home .section,
body.home .section * {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

body.home .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  display: grid !important;
  grid-template-columns: minmax(330px, 1fr) auto auto !important;
  align-items: center !important;
  gap: 14px 28px !important;
  min-height: 86px !important;
  padding: 17px 28px 15px !important;
  background: rgba(255, 255, 255, 0.985) !important;
  border-bottom: 1px solid #111 !important;
  overflow: visible !important;
}

body.home .brand span {
  display: block !important;
  font-size: clamp(34px, 2.15vw, 42px) !important;
  line-height: 0.92 !important;
  font-weight: 800 !important;
}

body.home .brand small {
  display: block !important;
  margin-top: 4px !important;
  font-size: clamp(14px, 0.95vw, 17px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

body.home .primary-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
  overflow: visible !important;
}

body.home .primary-nav ul {
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 2vw, 32px) !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}

body.home .primary-nav li {
  margin: 0 !important;
  padding: 0 !important;
}

body.home .primary-nav > a {
  margin-left: clamp(18px, 2vw, 32px) !important;
}

body.home .primary-nav a,
body.home .language-switch a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 0 2px !important;
  font-size: clamp(16px, 1vw, 19px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

body.home .language-switch {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
}

body.home .language-switch a[aria-current="true"],
body.home .primary-nav .current-menu-item > a,
body.home .primary-nav a:hover,
body.home .language-switch a:hover {
  background: linear-gradient(transparent 43%, #fff200 43%, #fff200 84%, transparent 84%) !important;
}

body.home .hero,
body.home .hero.has-hero-media {
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  min-height: calc(100svh - 86px) !important;
  padding: clamp(20px, 3.2vh, 40px) 28px clamp(28px, 4.6vh, 50px) !important;
  overflow: hidden !important;
  border-bottom: 1px solid #111 !important;
}

body.home .hero-media,
body.home .hero.has-hero-media .hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  pointer-events: none !important;
  border: 0 !important;
  opacity: 1 !important;
}

body.home .hero-media figcaption {
  display: none !important;
}

body.home .hero-media .illustration-stage,
body.home .hero-media .illustration-stage img {
  width: 100% !important;
  height: 100% !important;
}

body.home .hero-media .illustration-stage {
  background: transparent !important;
}

body.home .hero-media .illustration-stage img {
  object-fit: cover !important;
  object-position: center !important;
  opacity: 0.13 !important;
  filter: grayscale(100%) contrast(108%) !important;
}

body.home .hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 44%, rgba(255, 255, 255, 0.2) 100%) !important;
}

body.home .hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: min(980px, calc(100vw - 56px)) !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.home .kicker {
  margin: 0 0 12px !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

body.home .hero h1 {
  max-width: min(980px, calc(100vw - 56px)) !important;
  margin: 0 !important;
  font-size: clamp(52px, 4.9vw, 76px) !important;
  line-height: 0.9 !important;
  font-weight: 800 !important;
  text-transform: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance !important;
}

body.home .lead {
  max-width: min(740px, calc(100vw - 56px)) !important;
  margin: 16px 0 0 !important;
  font-size: clamp(18px, 1.18vw, 21px) !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
}

@media (min-width: 1100px) and (max-height: 820px) {
  body.home .site-header {
    min-height: 78px !important;
    padding-top: 13px !important;
    padding-bottom: 12px !important;
  }

  body.home .hero,
  body.home .hero.has-hero-media {
    min-height: calc(100svh - 78px) !important;
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }

  body.home .hero-copy,
  body.home .hero h1 {
    max-width: min(920px, calc(100vw - 56px)) !important;
  }

  body.home .hero h1 {
    font-size: clamp(46px, 4.55vw, 68px) !important;
    line-height: 0.91 !important;
  }

  body.home .lead {
    max-width: 670px !important;
    margin-top: 13px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 1180px) {
  body.home .site-header {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.home .primary-nav,
  body.home .primary-nav ul,
  body.home .language-switch {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }

  body.home .primary-nav > a {
    margin-left: 0 !important;
    margin-right: 16px !important;
    margin-bottom: 8px !important;
  }

  body.home .hero,
  body.home .hero.has-hero-media {
    min-height: auto !important;
    align-items: flex-start !important;
    padding: 38px 20px 48px !important;
  }

  body.home .hero-copy,
  body.home .hero h1,
  body.home .lead {
    max-width: 100% !important;
  }

  body.home .hero h1 {
    font-size: clamp(44px, 8vw, 72px) !important;
  }
}

@media (max-width: 640px) {
  body.home .site-header {
    padding: 15px 18px !important;
  }

  body.home .brand span {
    font-size: 34px !important;
  }

  body.home .brand small,
  body.home .primary-nav a,
  body.home .language-switch a,
  body.home .kicker {
    font-size: 14px !important;
  }

  body.home .primary-nav ul {
    gap: 12px 16px !important;
  }

  body.home .hero,
  body.home .hero.has-hero-media {
    padding: 30px 18px 42px !important;
  }

  body.home .hero h1 {
    font-size: clamp(38px, 11vw, 56px) !important;
    line-height: 0.9 !important;
  }

  body.home .lead {
    font-size: 17px !important;
    line-height: 1.28 !important;
  }
}

/* Director lock: keep the English homepage close to the approved rough prototype. */
html body.home {
  overflow-x: hidden !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.home .site-header,
html body.home .site-header *,
html body.home .hero,
html body.home .hero * {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  letter-spacing: 0 !important;
}

html body.home .site-header {
  position: relative !important;
  z-index: 1000 !important;
  display: grid !important;
  grid-template-columns: minmax(320px, 1fr) auto auto !important;
  align-items: start !important;
  column-gap: clamp(28px, 4vw, 72px) !important;
  min-height: 86px !important;
  padding: 18px 24px 16px !important;
  background: #fff !important;
  border-bottom: 1px solid #111 !important;
  overflow: visible !important;
}

html body.home .brand {
  display: block !important;
  color: #111 !important;
  text-decoration: none !important;
}

html body.home .brand span {
  display: block !important;
  font-size: clamp(36px, 2.8vw, 54px) !important;
  line-height: 0.86 !important;
  font-weight: 800 !important;
}

html body.home .brand small {
  display: block !important;
  margin-top: 6px !important;
  font-size: clamp(15px, 1.05vw, 20px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body.home .primary-nav,
html body.home .primary-nav ul,
html body.home .language-switch {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home .primary-nav ul {
  gap: clamp(20px, 2.1vw, 38px) !important;
}

html body.home .primary-nav > a {
  margin-left: clamp(20px, 2.1vw, 38px) !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 0 2px !important;
  color: #111 !important;
  font-size: clamp(16px, 1.1vw, 22px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  background-image: none !important;
}

html body.home .language-switch {
  gap: 18px !important;
}

html body.home .language-switch a[aria-current="true"],
html body.home .primary-nav .current-menu-item > a,
html body.home .primary-nav a:hover,
html body.home .language-switch a:hover {
  background: linear-gradient(transparent 36%, #fff200 36%, #fff200 88%, transparent 88%) !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  position: relative !important;
  isolation: isolate !important;
  display: block !important;
  min-height: auto !important;
  height: auto !important;
  padding: clamp(40px, 7vh, 76px) 24px clamp(42px, 8vh, 86px) !important;
  border-bottom: 1px solid #111 !important;
  overflow: hidden !important;
}

html body.home .hero-media,
html body.home .hero.has-hero-media .hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  pointer-events: none !important;
  border: 0 !important;
  opacity: 1 !important;
}

html body.home .hero-media figcaption {
  display: none !important;
}

html body.home .hero-media .illustration-stage,
html body.home .hero-media .illustration-stage img {
  width: 100% !important;
  height: 100% !important;
}

html body.home .hero-media .illustration-stage {
  background: transparent !important;
}

html body.home .hero-media .illustration-stage img {
  object-fit: cover !important;
  object-position: center 54% !important;
  opacity: 0.12 !important;
  filter: grayscale(100%) contrast(112%) !important;
}

html body.home .hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.76) 48%, rgba(255, 255, 255, 0.22) 100%) !important;
}

html body.home .hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: min(1240px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home .kicker {
  margin: 0 0 clamp(12px, 1.5vh, 18px) !important;
  font-size: clamp(16px, 1.15vw, 22px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body.home .hero h1 {
  max-width: min(1240px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(56px, 7.1vw, 118px) !important;
  line-height: 0.88 !important;
  font-weight: 800 !important;
  text-transform: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance !important;
}

html body.home .lead {
  max-width: min(820px, calc(100vw - 48px)) !important;
  margin: clamp(18px, 2.5vh, 28px) 0 0 !important;
  font-size: clamp(18px, 1.35vw, 25px) !important;
  line-height: 1.16 !important;
  font-weight: 800 !important;
}

@media (min-width: 960px) and (max-height: 760px) {
  html body.home .site-header {
    min-height: 78px !important;
    padding-top: 14px !important;
    padding-bottom: 12px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding-top: 34px !important;
    padding-bottom: 44px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(52px, 6.3vw, 98px) !important;
    line-height: 0.89 !important;
  }

  html body.home .lead {
    max-width: 760px !important;
    font-size: clamp(18px, 1.25vw, 22px) !important;
  }
}

@media (max-width: 1180px) {
  html body.home .site-header {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    min-height: 0 !important;
  }

  html body.home .primary-nav,
  html body.home .primary-nav ul,
  html body.home .language-switch {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }

  html body.home .primary-nav > a {
    margin-left: 0 !important;
    margin-right: 16px !important;
    margin-bottom: 8px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding: 38px 20px 48px !important;
  }

  html body.home .hero-copy,
  html body.home .hero h1,
  html body.home .lead {
    max-width: 100% !important;
  }

  html body.home .hero h1 {
    font-size: clamp(44px, 8vw, 78px) !important;
  }
}

@media (max-width: 640px) {
  html body.home .site-header {
    padding: 15px 18px !important;
  }

  html body.home .brand span {
    font-size: 34px !important;
  }

  html body.home .brand small,
  html body.home .primary-nav a,
  html body.home .language-switch a,
  html body.home .kicker {
    font-size: 14px !important;
  }

  html body.home .primary-nav ul {
    gap: 12px 16px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding: 30px 18px 42px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(38px, 11vw, 58px) !important;
    line-height: 0.9 !important;
  }

  html body.home .lead {
    font-size: 17px !important;
    line-height: 1.28 !important;
  }
}

/* KLEINSTEIN director pass: keep the WordPress build close to the approved static demo. */
html body.home,
html body.home * {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  letter-spacing: 0 !important;
}

html body.home {
  overflow-x: hidden !important;
  background: #fff !important;
}

html body.home .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 40 !important;
  display: grid !important;
  grid-template-columns: minmax(310px, 1fr) auto auto !important;
  align-items: center !important;
  column-gap: clamp(24px, 4vw, 72px) !important;
  row-gap: 12px !important;
  min-height: 88px !important;
  padding: 16px 24px 17px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid #111 !important;
  box-sizing: border-box !important;
}

html body.admin-bar.home .site-header {
  top: 32px !important;
}

html body.home .site-brand {
  min-width: 0 !important;
}

html body.home .brand-name {
  display: block !important;
  font-size: clamp(26px, 2.7vw, 46px) !important;
  line-height: 0.9 !important;
  font-weight: 900 !important;
  color: #111 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.home .brand-subtitle {
  margin-top: 4px !important;
  font-size: clamp(13px, 1.25vw, 18px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: #111 !important;
  white-space: nowrap !important;
}

html body.home .primary-nav {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  min-width: 0 !important;
}

html body.home .primary-nav ul,
html body.home .primary-nav .menu {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(20px, 3vw, 46px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home .primary-nav li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  display: inline-block !important;
  color: #111 !important;
  font-size: clamp(15px, 1.2vw, 20px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background-image: linear-gradient(transparent 55%, #fff200 55%, #fff200 92%, transparent 92%) !important;
  background-repeat: no-repeat !important;
  background-size: 0 100% !important;
  background-position: left bottom !important;
  transition: background-size 120ms ease !important;
}

html body.home .primary-nav a:hover,
html body.home .primary-nav a:focus-visible,
html body.home .language-switch a:hover,
html body.home .language-switch a:focus-visible,
html body.home .language-switch a.is-active {
  background-size: 100% 100% !important;
}

html body.home .language-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 22px !important;
  margin: 0 !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: center !important;
  min-height: calc(100svh - 88px) !important;
  padding: clamp(22px, 4vh, 44px) 24px clamp(30px, 5vh, 58px) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  border-bottom: 1px solid #111 !important;
}

html body.home .hero-media,
html body.home .hero-illustration {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

html body.home .hero-media img,
html body.home .hero-illustration img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 0.14 !important;
  filter: grayscale(1) contrast(1.1) !important;
}

html body.home .hero-credit {
  position: absolute !important;
  top: 10px !important;
  left: 24px !important;
  z-index: 1 !important;
  color: rgba(17, 17, 17, 0.08) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

html body.home .hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(1120px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin: 0 !important;
}

html body.home .hero-kicker,
html body.home .section-kicker {
  margin: 0 0 clamp(14px, 2vh, 22px) !important;
  color: #111 !important;
  font-size: clamp(14px, 1.35vw, 21px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body.home .hero h1 {
  display: block !important;
  width: min(1120px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(50px, 5.55vw, 92px) !important;
  line-height: 0.88 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  text-wrap: balance !important;
}

html body.home .lead {
  width: min(900px, calc(100vw - 48px)) !important;
  margin: clamp(22px, 3.5vh, 34px) 0 0 !important;
  color: #111 !important;
  font-size: clamp(18px, 1.85vw, 27px) !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
}

html body.home .highlight,
html body.home mark,
html body.home .hero-kicker {
  background: linear-gradient(transparent 56%, #fff200 56%, #fff200 91%, transparent 91%) !important;
  color: #111 !important;
}

html body.home .signal-strip {
  display: none !important;
}

html body.home .work-section,
html body.home .activities-section,
html body.home .essays-section {
  padding-top: clamp(56px, 8vw, 116px) !important;
}

html body.home .activity-list a.activity-entry {
  color: #111 !important;
  text-decoration: none !important;
}

html body.home .activity-list a.activity-entry:hover .activity-title,
html body.home .activity-list a.activity-entry:focus-visible .activity-title,
html body.home .work-card:hover .work-title,
html body.home .work-card:focus-visible .work-title {
  background: linear-gradient(transparent 54%, #fff200 54%, #fff200 92%, transparent 92%) !important;
}

@media (min-width: 1024px) and (max-height: 820px) {
  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding-top: 20px !important;
    padding-bottom: 34px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(46px, 5vw, 78px) !important;
    line-height: 0.88 !important;
  }

  html body.home .lead {
    font-size: clamp(17px, 1.55vw, 22px) !important;
  }
}

@media (max-width: 1160px) {
  html body.home .site-header {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    min-height: 0 !important;
    padding: 16px 18px !important;
  }

  html body.home .primary-nav,
  html body.home .language-switch {
    justify-content: flex-start !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 14px 24px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: auto !important;
    padding-top: clamp(34px, 8vw, 72px) !important;
  }

  html body.home .hero h1 {
    font-size: clamp(48px, 9vw, 84px) !important;
    max-width: calc(100vw - 36px) !important;
  }
}

@media (max-width: 700px) {
  html body.admin-bar.home .site-header {
    top: 46px !important;
  }

  html body.home .site-header {
    padding: 14px 14px 15px !important;
  }

  html body.home .brand-name {
    font-size: 29px !important;
  }

  html body.home .brand-subtitle {
    font-size: 12px !important;
    white-space: normal !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: 16px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding: 34px 14px 44px !important;
  }

  html body.home .hero-copy,
  html body.home .hero h1,
  html body.home .lead {
    width: calc(100vw - 28px) !important;
  }

  html body.home .hero h1 {
    font-size: clamp(45px, 15vw, 76px) !important;
    line-height: 0.9 !important;
  }

  html body.home .lead {
    font-size: 19px !important;
  }
}

/* 2026-06-23 home calibration: keep prior notes, but match the actual WordPress markup. */
html body.home,
html body.home .site-header,
html body.home .site-header *,
html body.home .hero,
html body.home .hero * {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  letter-spacing: 0 !important;
}

html body.home {
  overflow-x: hidden !important;
  background: #fff !important;
  color: #111 !important;
}

html body.home .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 1fr) auto auto !important;
  align-items: center !important;
  gap: 12px clamp(22px, 3vw, 52px) !important;
  width: 100% !important;
  min-height: 88px !important;
  padding: 18px 24px !important;
  border-bottom: 1px solid #111 !important;
  background: rgba(255, 255, 255, 0.98) !important;
}

html body.admin-bar.home .site-header {
  top: 32px !important;
}

html body.home .brand {
  display: grid !important;
  gap: 6px !important;
  width: max-content !important;
  min-width: 0 !important;
  color: #111 !important;
  text-decoration: none !important;
}

html body.home .brand span {
  font-size: clamp(34px, 2.35vw, 46px) !important;
  line-height: 0.85 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.home .brand small {
  font-size: clamp(13px, 0.95vw, 16px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.home .primary-nav,
html body.home .language-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  gap: 0 !important;
  min-width: 0 !important;
}

html body.home .primary-nav ul,
html body.home .primary-nav .menu {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: clamp(20px, 2.35vw, 44px) !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home .primary-nav > a {
  margin-left: clamp(20px, 2.35vw, 44px) !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  display: inline !important;
  min-height: 0 !important;
  padding: 0 !important;
  color: #111 !important;
  font-size: clamp(16px, 1.03vw, 20px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border: 0 !important;
  background-image: linear-gradient(transparent 52%, #fff200 52%, #fff200 92%, transparent 92%) !important;
  background-repeat: no-repeat !important;
  background-size: 0 100% !important;
  background-position: left bottom !important;
}

html body.home .primary-nav a::after,
html body.home .language-switch a::after {
  content: none !important;
}

html body.home .primary-nav a:hover,
html body.home .primary-nav a:focus-visible,
html body.home .primary-nav .current-menu-item > a,
html body.home .language-switch a:hover,
html body.home .language-switch a:focus-visible,
html body.home .language-switch a[aria-current="true"] {
  background-size: 100% 100% !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: end !important;
  min-height: calc(100svh - 88px) !important;
  padding: clamp(18px, 3vh, 38px) 24px clamp(30px, 4.6vh, 56px) !important;
  overflow: hidden !important;
  border-bottom: 1px solid #111 !important;
}

html body.home .hero-media,
html body.home .hero.has-hero-media .hero-media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  z-index: 0 !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

html body.home .hero-media .illustration-stage {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body.home .hero-media .illustration-stage img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 0.12 !important;
  filter: grayscale(1) contrast(1.05) !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home .hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 42%, rgba(255, 255, 255, 0.14) 78%, rgba(255, 255, 255, 0) 100%) !important;
  pointer-events: none !important;
}

html body.home .hero-media figcaption {
  position: absolute !important;
  top: 10px !important;
  left: 24px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  color: rgba(17, 17, 17, 0.055) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

html body.home .hero-copy {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: min(1240px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home .kicker {
  display: inline !important;
  width: max-content !important;
  max-width: calc(100vw - 48px) !important;
  margin: 0 0 clamp(14px, 2vh, 24px) !important;
  color: #111 !important;
  font-size: clamp(14px, 1.08vw, 19px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  background: linear-gradient(transparent 56%, #fff200 56%, #fff200 91%, transparent 91%) !important;
}

html body.home .hero h1 {
  width: min(1240px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin: clamp(14px, 2vh, 24px) 0 0 !important;
  color: #111 !important;
  font-size: clamp(46px, 4.75vw, 78px) !important;
  line-height: 0.89 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
}

html body.home .lead {
  width: min(860px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin: clamp(20px, 2.8vh, 32px) 0 0 !important;
  color: #111 !important;
  font-size: clamp(18px, 1.18vw, 21px) !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

@media (min-width: 1024px) and (max-height: 860px) {
  html body.home .hero h1 {
    font-size: clamp(44px, 4.35vw, 68px) !important;
    line-height: 0.9 !important;
  }

  html body.home .lead {
    max-width: 800px !important;
    font-size: clamp(17px, 1.05vw, 20px) !important;
  }
}

@media (max-width: 1220px) {
  html body.home .site-header {
    grid-template-columns: minmax(260px, 1fr) auto !important;
  }

  html body.home .language-switch {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin-left: 16px !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu {
    gap: 20px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(44px, 5vw, 68px) !important;
  }
}

@media (max-width: 900px) {
  html body.home .site-header {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 15px 16px !important;
  }

  html body.admin-bar.home .site-header {
    top: 46px !important;
  }

  html body.home .primary-nav,
  html body.home .language-switch {
    justify-content: flex-start !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 12px 20px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: auto !important;
    padding: 46px 16px 54px !important;
  }

  html body.home .hero-copy,
  html body.home .hero h1,
  html body.home .lead {
    width: calc(100vw - 32px) !important;
  }

  html body.home .hero h1 {
    font-size: clamp(38px, 11.5vw, 60px) !important;
    line-height: 0.9 !important;
  }

  html body.home .lead {
    font-size: 20px !important;
  }
}

@media (max-width: 560px) {
  html body.home .brand span {
    font-size: 31px !important;
  }

  html body.home .brand small {
    font-size: 12px !important;
    white-space: normal !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a,
  html body.home .kicker {
    font-size: 16px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(35px, 11.8vw, 52px) !important;
  }
}

/* 2026-06-23 10:14 JST top-page recalibration: restore the prototype scale while keeping laptop/mobile fit. */
html body.home {
  overflow-x: hidden !important;
}

html body.home .site-header {
  align-items: center !important;
  grid-template-columns: minmax(300px, 1fr) auto auto !important;
  gap: clamp(20px, 3vw, 52px) !important;
  padding: 20px 28px 18px !important;
}

html body.home .brand span {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: clamp(32px, 2.35vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

html body.home .brand small {
  font-size: clamp(13px, 0.95vw, 16px) !important;
  font-weight: 800 !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  min-height: 42px !important;
  padding: 0 14px !important;
  font-size: clamp(17px, 1.15vw, 20px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  align-items: center !important;
  min-height: calc(100svh - 92px) !important;
  padding: clamp(38px, 6.8vh, 72px) 28px clamp(34px, 5vh, 54px) !important;
}

html body.home .hero-copy {
  width: min(1420px, calc(100vw - 56px)) !important;
  max-width: none !important;
  margin: clamp(10px, 2.5vh, 34px) 0 0 !important;
}

html body.home .kicker {
  max-width: calc(100vw - 56px) !important;
  font-size: clamp(14px, 1.1vw, 19px) !important;
  font-weight: 900 !important;
}

html body.home .hero h1 {
  width: min(1360px, calc(100vw - 56px)) !important;
  max-width: 1360px !important;
  margin: clamp(14px, 2vh, 24px) 0 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: clamp(66px, 7.55vw, 112px) !important;
  line-height: 0.86 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

html body.home .lead {
  width: min(900px, calc(100vw - 56px)) !important;
  margin-top: clamp(22px, 3vh, 34px) !important;
  font-size: clamp(20px, 1.55vw, 26px) !important;
  line-height: 1.24 !important;
  font-weight: 800 !important;
}

@media (min-width: 1024px) and (max-height: 860px) {
  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: calc(100svh - 92px) !important;
    padding-top: clamp(28px, 5vh, 48px) !important;
    padding-bottom: clamp(26px, 4vh, 42px) !important;
  }

  html body.home .hero h1 {
    font-size: clamp(62px, 7.2vw, 100px) !important;
    line-height: 0.86 !important;
  }

  html body.home .lead {
    font-size: clamp(19px, 1.35vw, 23px) !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 1220px) {
  html body.home .site-header {
    grid-template-columns: minmax(260px, 1fr) auto auto !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu {
    gap: clamp(14px, 2vw, 24px) !important;
  }

  html body.home .hero h1 {
    font-size: clamp(58px, 7.6vw, 94px) !important;
  }
}

@media (max-width: 900px) {
  html body.home .site-header {
    align-items: start !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 15px 16px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    align-items: end !important;
    min-height: auto !important;
    padding: 40px 16px 52px !important;
  }

  html body.home .hero-copy,
  html body.home .hero h1,
  html body.home .lead {
    width: calc(100vw - 32px) !important;
  }

  html body.home .hero h1 {
    font-size: clamp(46px, 13.2vw, 74px) !important;
    line-height: 0.88 !important;
  }

  html body.home .lead {
    font-size: 20px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 560px) {
  html body.home .hero h1 {
    font-size: clamp(42px, 12.8vw, 58px) !important;
  }
}

@media (max-width: 980px) {
  .contact-hero {
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 38px;
  }

  .contact-body {
    gap: 58px;
    padding-top: 54px;
  }

  .contact-mail,
  .contact-guidance,
  .contact-checklist {
    grid-template-columns: 1fr;
  }

  .contact-guidance {
    gap: 24px;
  }

  .contact-guidance h2,
  .contact-guidance p {
    max-width: 820px;
  }

  .contact-checklist {
    gap: 38px;
  }

  .contact-checklist article {
    min-height: auto;
    gap: 16px;
  }

  .contact-checklist h3 {
    margin: 0 0 8px;
  }
}

@media (max-width: 640px) {
  .site-header {
    overflow: visible;
  }

  .primary-nav,
  .language-switch {
    width: 100%;
    overflow: visible;
    flex-wrap: wrap;
    gap: 2px 10px;
  }

  .primary-nav a,
  .language-switch a {
    min-height: 30px;
    padding: 0 8px;
    font-size: 14px;
  }

  .contact-page .contact-hero,
  .contact-page .contact-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .contact-hero {
    padding-top: 42px;
    padding-bottom: 30px;
  }

  .contact-hero h1 {
    font-size: clamp(48px, 15vw, 66px);
    line-height: .9;
  }

  .contact-body {
    gap: 44px;
    padding-top: 42px;
    padding-bottom: 70px;
  }

  .contact-mail {
    gap: 12px;
  }

  .contact-mail a {
    font-size: clamp(24px, 7vw, 30px);
    line-height: .96;
  }

  .contact-guidance h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .contact-checklist span {
    font-size: 64px;
  }

  .contact-checklist h3 {
    font-size: 34px;
  }

  .contact-socials a {
    font-size: 24px;
  }

  .contact-socials img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 360px) {
  .contact-mail a {
    font-size: 23px;
  }
}

/* ABOUT layout: template-aligned overrides */
.about-hero {
  min-height: calc(100vh - var(--header-height, 86px));
  padding: clamp(110px, 13vh, 180px) 28px 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #111;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif;
}

.about-hero-illustration {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(78vw, 1220px);
  height: 100%;
  object-fit: contain;
  object-position: right center;
  opacity: .18;
  z-index: 0;
  pointer-events: none;
}

.about-hero > :not(.about-hero-illustration) {
  position: relative;
  z-index: 1;
}

.about-hero .kicker {
  margin: 0 0 18px;
  font-size: clamp(18px, 1.8vw, 34px);
  font-weight: 800;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 1320px;
  margin: 0;
  font-size: clamp(64px, 9.8vw, 164px);
  line-height: .88;
  font-weight: 800;
  letter-spacing: 0;
}

.about-hero .lead {
  max-width: 980px;
  margin: clamp(24px, 4vw, 52px) 0 0;
  font-size: clamp(22px, 2.2vw, 36px);
  line-height: 1.12;
  font-weight: 800;
}

.about-grid {
  display: grid;
  grid-template-columns: clamp(120px, 14vw, 240px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 86px);
  padding: clamp(76px, 10vw, 150px) 28px;
  align-items: start;
  border-top: 0;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif;
}

.about-grid + .about-grid {
  border-top: 1px solid #111;
}

.section-index {
  position: sticky;
  top: calc(var(--header-height, 86px) + 20px);
  align-self: start;
}

.section-index span {
  display: block;
  font-size: clamp(86px, 12vw, 184px);
  line-height: .75;
  font-weight: 800;
  letter-spacing: 0;
}

.section-index strong {
  display: block;
  margin-top: 16px;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.about-copy {
  max-width: 1250px;
  display: grid;
  gap: clamp(26px, 3.6vw, 56px);
}

.about-copy p {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 60px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

.practice-list {
  max-width: 1250px;
  display: grid;
  gap: clamp(40px, 5vw, 78px);
}

.practice-list article {
  display: grid;
  grid-template-columns: minmax(260px, .45fr) minmax(0, .75fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.practice-list h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 64px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: 0;
}

.practice-list p {
  margin: 0;
  max-width: 760px;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.22;
  font-weight: 800;
}

.people-grid {
  max-width: 1360px;
  display: grid;
  gap: clamp(86px, 10vw, 150px);
}

.person-card {
  display: grid;
  grid-template-columns: minmax(340px, .58fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
}

.person-card header {
  min-width: 0;
}

.person-card h2 {
  margin: 0;
  font-size: clamp(56px, 6.4vw, 108px);
  line-height: .9;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.person-socials {
  display: flex;
  gap: 16px;
  margin-top: 22px;
  align-items: center;
}

.person-socials a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  color: #111;
}

.person-socials img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.person-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 64px);
  align-items: start;
}

.person-copy p {
  margin: 0;
  font-size: clamp(22px, 1.75vw, 31px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.showroom-block {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(420px, 1fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
}

.showroom-copy .kicker {
  margin: 0 0 18px;
  font-size: clamp(20px, 1.9vw, 32px);
  font-weight: 800;
  text-transform: uppercase;
}

.showroom-block h2 {
  margin: 0;
  font-size: clamp(46px, 5.8vw, 96px);
  line-height: .94;
  font-weight: 800;
  letter-spacing: 0;
}

.showroom-block p:not(.kicker),
.showroom-block address {
  margin: 24px 0 0;
  max-width: 740px;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.18;
  font-style: normal;
  font-weight: 800;
}

.showroom-block iframe {
  width: 100%;
  min-height: clamp(360px, 44vw, 620px);
  border: 1px solid #111 !important;
  display: block;
}

.company-info dl {
  margin: 0;
  display: grid;
  gap: clamp(24px, 3vw, 42px);
}

.company-info dl div {
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 70px);
  align-items: start;
}

.company-info dt,
.company-info dd {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 46px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.company-info dd {
  text-transform: none;
}

.company-info dd p {
  max-width: 860px;
  margin: 18px 0 0;
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.34;
  text-transform: none;
}

.company-info a {
  color: inherit;
  text-decoration: none;
  background: linear-gradient(transparent 58%, #fff200 58%);
}

@media (max-width: 1100px) {
  .person-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .person-card h2 {
    white-space: normal;
  }

  .person-copy {
    grid-template-columns: 1fr 1fr;
  }

  .showroom-block {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .about-hero {
    min-height: auto;
    padding: 112px 18px 52px;
  }

  .about-hero h1 {
    font-size: clamp(54px, 16vw, 92px);
  }

  .about-hero .lead {
    font-size: 22px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 72px 18px;
  }

  .section-index {
    position: static;
  }

  .section-index span {
    font-size: 88px;
  }

  .section-index strong {
    font-size: 24px;
  }

  .about-copy p {
    font-size: clamp(30px, 9vw, 48px);
  }

  .practice-list article,
  .company-info dl div {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .practice-list h2 {
    font-size: clamp(34px, 11vw, 54px);
  }

  .practice-list p,
  .person-copy p,
  .showroom-block p:not(.kicker),
  .showroom-block address {
    font-size: 22px;
    line-height: 1.22;
  }

  .person-card h2 {
    font-size: clamp(46px, 13vw, 74px);
  }

  .person-copy {
    grid-template-columns: 1fr;
  }

  .showroom-block h2 {
    font-size: clamp(44px, 13vw, 72px);
  }

  .company-info dt,
  .company-info dd {
    font-size: clamp(26px, 8vw, 42px);
  }

  .company-info dd p {
    font-size: 18px;
  }
}

/* ABOUT final stability pass */
.site-header,
.about-hero,
.about-grid {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.about-hero {
  min-height: min(760px, calc(100vh - var(--header-height, 96px)));
  padding: clamp(72px, 9vw, 132px) clamp(18px, 2vw, 36px) clamp(42px, 7vw, 96px);
  overflow: hidden;
}

.about-hero h1 {
  max-width: 11.5ch;
  font-size: clamp(60px, 9.2vw, 168px);
  line-height: .88;
}

.about-hero .lead {
  max-width: 820px;
  font-size: clamp(20px, 2vw, 34px);
  line-height: 1.12;
}

.about-hero-illustration {
  width: min(86vw, 1320px);
  opacity: .24;
  object-position: right center;
}

.about-grid {
  grid-template-columns: minmax(110px, 22vw) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 88px);
  padding: clamp(64px, 9vw, 136px) clamp(18px, 2vw, 36px);
}

.about-copy,
.practice-list,
.people-grid,
.showroom-block,
.company-info {
  min-width: 0;
}

.section-index span {
  font-size: clamp(82px, 11vw, 180px);
  line-height: .76;
}

.section-index strong {
  font-size: clamp(22px, 2.2vw, 40px);
}

.about-copy p {
  font-size: clamp(26px, 3vw, 52px);
  line-height: 1.06;
}

.practice-list article {
  grid-template-columns: minmax(260px, .52fr) minmax(0, .9fr);
  gap: clamp(26px, 4vw, 72px);
}

.practice-list h2 {
  font-size: clamp(34px, 3.7vw, 64px);
}

.practice-list p {
  max-width: 820px;
  font-size: clamp(20px, 1.8vw, 30px);
  line-height: 1.22;
}

.person-card {
  grid-template-columns: minmax(360px, .62fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 88px);
}

.person-card h2 {
  font-size: clamp(52px, 5.4vw, 104px);
  line-height: .9;
  white-space: normal;
  text-wrap: balance;
}

.person-copy {
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  gap: clamp(24px, 3.4vw, 56px);
}

.person-copy p {
  font-size: clamp(20px, 1.55vw, 29px);
  line-height: 1.17;
}

.person-socials a {
  width: 34px;
  height: 34px;
}

.showroom-block {
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1fr);
  gap: clamp(30px, 5vw, 84px);
}

.showroom-block h2 {
  font-size: clamp(48px, 5.6vw, 104px);
  line-height: .9;
}

.showroom-block iframe {
  min-height: clamp(360px, 42vw, 620px);
  aspect-ratio: 4 / 3;
}

.company-info dl div {
  grid-template-columns: minmax(170px, .42fr) minmax(0, 1fr);
  gap: clamp(22px, 3.6vw, 64px);
}

.company-info dt,
.company-info dd {
  min-width: 0;
  font-size: clamp(24px, 2.6vw, 48px);
  line-height: 1.03;
  overflow-wrap: anywhere;
}

.company-info dd p {
  max-width: 780px;
  font-size: clamp(16px, 1.3vw, 24px);
  line-height: 1.32;
}

@media (max-width: 1180px) {
  .about-grid {
    grid-template-columns: minmax(96px, 18vw) minmax(0, 1fr);
  }

  .person-card {
    grid-template-columns: 1fr;
  }

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

  .person-card h2 {
    max-width: none;
  }

  .showroom-block {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .about-hero {
    min-height: auto;
    padding: 92px 18px 52px;
  }

  .about-hero h1 {
    max-width: 10ch;
    font-size: clamp(54px, 15vw, 92px);
  }

  .about-grid {
    grid-template-columns: 1fr;
    padding: 70px 18px;
  }

  .section-index {
    position: static;
  }

  .section-index span {
    font-size: clamp(78px, 22vw, 118px);
  }

  .about-copy p {
    font-size: clamp(28px, 8vw, 46px);
  }

  .practice-list article,
  .person-copy,
  .company-info dl div {
    grid-template-columns: 1fr;
  }

  .person-card h2 {
    font-size: clamp(42px, 12vw, 72px);
  }
}

/* CONTACT / ABOUT layout QA pass */
.contact-page {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  overflow-x: clip;
}

.contact-page .contact-hero,
.contact-page .contact-body,
.contact-checklist,
.about-hero,
.about-grid {
  min-width: 0;
}

.contact-hero h1 {
  max-width: 11ch;
}

.about-hero {
  min-height: min(650px, calc(100vh - var(--header-height, 96px)));
  padding-top: clamp(52px, 6vw, 88px);
  padding-bottom: clamp(34px, 4.8vw, 68px);
}

.about-hero h1 {
  max-width: 12ch;
  font-size: clamp(58px, 8vw, 136px);
  line-height: .9;
}

.about-hero .lead {
  max-width: 940px;
  margin-top: clamp(18px, 2.4vw, 34px);
  font-size: clamp(20px, 1.7vw, 29px);
  line-height: 1.12;
}

.about-grid {
  gap: clamp(24px, 4vw, 68px);
  padding-top: clamp(48px, 6vw, 92px);
  padding-bottom: clamp(48px, 6vw, 92px);
}

.section-index span {
  font-size: clamp(76px, 9.4vw, 146px);
}

.section-index strong {
  margin-top: 8px;
  font-size: clamp(20px, 1.8vw, 30px);
}

.about-copy {
  gap: clamp(20px, 2.8vw, 40px);
}

.about-copy p {
  font-size: clamp(25px, 2.55vw, 42px);
  line-height: 1.08;
}

.practice-list {
  gap: clamp(28px, 3.6vw, 50px);
}

.practice-list article {
  align-items: start;
  gap: clamp(24px, 3vw, 48px);
}

.practice-list h2 {
  font-size: clamp(36px, 3.35vw, 58px);
  line-height: .98;
}

.practice-list p {
  font-size: clamp(20px, 1.65vw, 28px);
}

.people-grid {
  gap: clamp(46px, 6vw, 86px);
}

.person-card {
  gap: clamp(30px, 4vw, 64px);
}

.person-card h2 {
  font-size: clamp(54px, 4.8vw, 86px);
  line-height: .9;
}

.person-copy {
  gap: clamp(20px, 2.6vw, 38px);
}

.person-copy p {
  font-size: clamp(20px, 1.38vw, 25px);
  line-height: 1.2;
}

.person-socials a {
  width: 36px;
  height: 36px;
}

.showroom-block {
  gap: clamp(30px, 4vw, 64px);
}

.showroom-block h2 {
  font-size: clamp(48px, 4.8vw, 84px);
}

.showroom-block iframe {
  min-height: clamp(330px, 34vw, 520px);
}

.company-info dl {
  gap: clamp(18px, 2vw, 30px);
}

.company-info dt,
.company-info dd {
  font-size: clamp(23px, 2.15vw, 38px);
}

@media (max-width: 1180px) {
  .about-grid {
    grid-template-columns: minmax(86px, 16vw) minmax(0, 1fr);
  }

  .about-hero h1 {
    font-size: clamp(56px, 9.2vw, 112px);
  }
}

@media (max-width: 820px) {
  .about-hero {
    padding: 68px 18px 42px;
  }

  .about-hero h1 {
    max-width: 10.5ch;
    font-size: clamp(52px, 14vw, 86px);
  }

  .about-grid {
    padding: 54px 18px;
  }

  .about-copy p {
    font-size: clamp(26px, 7vw, 38px);
  }

  .practice-list h2,
  .showroom-block h2 {
    font-size: clamp(34px, 10vw, 58px);
  }

  .person-copy {
    grid-template-columns: 1fr;
  }

  .showroom-block iframe {
    min-height: 360px;
  }
}

/* KLEINSTEIN home QA lock: keep the WordPress port close to the approved static demo. */
html body,
html body .site-header,
html body .hero,
html body .hero-copy,
html body .kicker,
html body .hero h1,
html body .lead,
html body .primary-nav a,
html body .language-switch a {
  font-family: var(--sans);
  letter-spacing: 0;
}

html body.home .site-header {
  display: grid !important;
  grid-template-columns: minmax(270px, 1fr) minmax(0, auto) auto !important;
  align-items: center !important;
  gap: 10px clamp(16px, 2vw, 34px) !important;
  min-height: 0 !important;
  padding: 18px 24px !important;
  overflow: visible !important;
}

html body.home .brand span {
  font-size: clamp(30px, 2.25vw, 42px) !important;
  line-height: .92 !important;
  font-weight: 800 !important;
}

html body.home .brand small {
  font-size: clamp(12px, .9vw, 15px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
}

html body.home .primary-nav {
  justify-self: end !important;
  min-width: 0 !important;
  overflow: visible !important;
}

html body.home .primary-nav ul,
html body.home .primary-nav .menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home .primary-nav li {
  margin: 0 !important;
  padding: 0 !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  min-height: 36px !important;
  padding: 0 10px !important;
  font-size: clamp(16px, 1vw, 19px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  display: grid !important;
  align-items: end !important;
  min-height: calc(100svh - 82px) !important;
  padding: clamp(18px, 3vh, 42px) 24px clamp(28px, 5vh, 56px) !important;
  overflow: hidden !important;
}

html body.home .hero-copy {
  width: 100% !important;
  max-width: min(1120px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  padding-top: 0 !important;
}

html body.home .kicker {
  margin: 0 0 clamp(10px, 1.4vh, 16px) !important;
  font-size: clamp(13px, .95vw, 17px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
}

html body.home .hero h1 {
  max-width: min(1040px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  font-size: clamp(52px, 5.25vw, 82px) !important;
  line-height: .88 !important;
  font-weight: 800 !important;
}

html body.home .lead {
  max-width: min(720px, calc(100vw - 48px)) !important;
  margin-top: clamp(14px, 2.2vh, 24px) !important;
  font-size: clamp(18px, 1.24vw, 22px) !important;
  line-height: 1.27 !important;
  font-weight: 700 !important;
}

html body.home .hero-media {
  inset: 0 !important;
  opacity: .72 !important;
  pointer-events: none !important;
}

@media (min-width: 1100px) and (max-height: 850px) {
  html body.home .site-header {
    padding: 14px 22px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: calc(100svh - 74px) !important;
    padding-top: 14px !important;
    padding-bottom: 28px !important;
  }

  html body.home .hero h1 {
    max-width: min(980px, calc(100vw - 48px)) !important;
    font-size: clamp(48px, 4.75vw, 72px) !important;
  }

  html body.home .lead {
    max-width: 690px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 980px) {
  html body.home .site-header {
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    gap: 10px !important;
    padding: 16px 18px !important;
  }

  html body.home .primary-nav {
    justify-self: start !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu {
    flex-wrap: wrap !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: auto !important;
    padding: 72px 18px 44px !important;
  }

  html body.home .hero h1 {
    max-width: 100% !important;
    font-size: clamp(44px, 9.4vw, 76px) !important;
    line-height: .88 !important;
  }

  html body.home .lead {
    font-size: clamp(18px, 3.7vw, 23px) !important;
  }
}

@media (max-width: 680px) {
  html body.home .brand span {
    font-size: 32px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    min-height: 32px !important;
    padding: 0 8px !important;
    font-size: 15px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(42px, 13.2vw, 62px) !important;
  }
}

/* KLEINSTEIN home final lock - 2026-06-24
   Keep the WP homepage close to the approved static demo. */
html body.home {
  overflow-x: hidden !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.home .site-header,
html body.home .site-header *,
html body.home .hero,
html body.home .hero *,
html body.home .section,
html body.home .section * {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  letter-spacing: 0 !important;
}

html body.home .site-header {
  position: sticky !important;
  top: var(--wp-admin--admin-bar--height, 0px) !important;
  z-index: 100 !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 1fr) minmax(0, auto) auto !important;
  align-items: center !important;
  column-gap: clamp(14px, 1.8vw, 32px) !important;
  row-gap: 8px !important;
  min-height: 74px !important;
  padding: 13px 24px !important;
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid #111 !important;
  overflow: visible !important;
}

html body.home .brand {
  display: grid !important;
  gap: 3px !important;
  width: fit-content !important;
  min-width: 0 !important;
  color: #111 !important;
  text-decoration: none !important;
}

html body.home .brand span {
  font-size: clamp(34px, 2.35vw, 44px) !important;
  line-height: .92 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

html body.home .brand small {
  font-size: clamp(12px, .92vw, 15px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.home .primary-nav {
  display: flex !important;
  align-items: center !important;
  justify-self: end !important;
  min-width: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.home .primary-nav ul,
html body.home .primary-nav .menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: clamp(2px, .55vw, 9px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home .primary-nav > a {
  display: inline-flex !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 0 clamp(6px, .65vw, 11px) !important;
  color: #111 !important;
  font-size: clamp(15px, .92vw, 18px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.home .language-switch {
  display: flex !important;
  align-items: center !important;
  justify-self: end !important;
  gap: 10px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.home .language-switch a[aria-current="true"],
html body.home .primary-nav .current-menu-item > a,
html body.home .primary-nav a[aria-current="page"],
html body.home .primary-nav a:hover,
html body.home .language-switch a:hover {
  background: linear-gradient(to top, #fff200 0 55%, transparent 55% 100%) !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: calc(100svh - 74px - var(--wp-admin--admin-bar--height, 0px)) !important;
  padding: clamp(22px, 4vh, 48px) 24px clamp(30px, 5vh, 54px) !important;
  overflow: hidden !important;
  border-bottom: 1px solid #111 !important;
}

html body.home .hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: .38 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

html body.home .hero-media .illustration-stage,
html body.home .hero-media img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

html body.home .hero-media img {
  object-fit: cover !important;
  object-position: center center !important;
}

html body.home .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03));
  pointer-events: none;
}

html body.home .hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: min(1320px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(clamp(0px, 1.2vh, 14px)) !important;
}

html body.home .kicker {
  margin: 0 0 clamp(10px, 1.2vh, 16px) !important;
  font-size: clamp(13px, .95vw, 17px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body.home .hero h1 {
  max-width: min(1300px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  font-size: clamp(56px, 6.55vw, 106px) !important;
  line-height: .86 !important;
  font-weight: 800 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html body.home .lead {
  max-width: min(780px, calc(100vw - 48px)) !important;
  margin: clamp(14px, 2vh, 24px) 0 0 !important;
  font-size: clamp(18px, 1.3vw, 23px) !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

@media (min-width: 1100px) and (max-height: 850px) {
  html body.home .site-header {
    min-height: 68px !important;
    padding: 11px 22px !important;
  }

  html body.home .brand span {
    font-size: 36px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    min-height: 30px !important;
    padding-inline: 7px !important;
    font-size: 16px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: calc(100svh - 68px - var(--wp-admin--admin-bar--height, 0px)) !important;
    align-items: center !important;
    padding-top: 18px !important;
    padding-bottom: 26px !important;
  }

  html body.home .hero h1 {
    max-width: min(1180px, calc(100vw - 48px)) !important;
    font-size: clamp(50px, 5.85vw, 88px) !important;
  }

  html body.home .lead {
    max-width: 700px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 1120px) {
  html body.home .site-header {
    position: relative !important;
    top: auto !important;
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    gap: 10px !important;
    padding: 16px 18px !important;
  }

  html body.home .primary-nav {
    justify-self: start !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu {
    flex-wrap: wrap !important;
  }

  html body.home .language-switch {
    justify-self: start !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: auto !important;
    padding: 48px 18px 44px !important;
  }

  html body.home .hero h1 {
    max-width: 100% !important;
    font-size: clamp(44px, 9.4vw, 76px) !important;
  }

  html body.home .lead {
    font-size: clamp(18px, 3.7vw, 23px) !important;
  }
}

@media (max-width: 680px) {
  html body.home .brand span {
    font-size: 32px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    min-height: 32px !important;
    padding: 0 8px !important;
    font-size: 15px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(42px, 13.2vw, 62px) !important;
  }

  html body.home .hero-media {
    opacity: .22 !important;
  }
}

/* Essay detail reading pass, 2026-06-25 */
html body.single .essay-detail {
  padding: clamp(34px, 4vw, 64px) clamp(18px, 2.8vw, 54px) 110px;
}

html body.single .essay-detail-header {
  grid-template-columns: minmax(90px, 130px) minmax(76px, 110px) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 34px);
  margin-bottom: clamp(34px, 4vw, 64px);
}

html body.single .essay-detail-header h1 {
  max-width: min(1280px, 100%);
  font-size: clamp(54px, 7.2vw, 124px);
  line-height: .94;
}

html body.single .essay-body {
  max-width: min(1120px, calc(100vw - 330px));
  margin-left: clamp(18px, 4vw, 78px);
}

html body.single .essay-body p {
  font-size: clamp(21px, 1.48vw, 29px);
  line-height: 1.36;
}

html body.single .essay-body h2 {
  max-width: min(100%, 780px);
  overflow-wrap: anywhere;
  word-break: normal;
}

html body.single .essay-body sup {
  font-size: .84em;
}

html body.single .margin-note {
  width: 220px;
  margin: .18em calc(-220px - 24px) 1.2em 24px;
  font-size: 15px;
  line-height: 1.38;
}

html body.single .related-essays {
  padding-top: 88px;
}

html body.single .related-essays .section-head {
  margin-bottom: 28px;
}

html body.single .archive-list-compact a {
  grid-template-columns: 100px 110px minmax(0, 1fr);
  min-height: 92px;
}

html body.single .archive-list-compact h3 {
  font-size: clamp(25px, 2.7vw, 46px);
}

@media (max-width: 980px) {
  html body.single .essay-body {
    max-width: 100%;
    margin-left: 0;
  }

  html body.single .margin-note {
    float: none;
    width: auto;
    max-width: 700px;
    margin: .55em 0 1.35em;
  }
}

@media (max-width: 640px) {
  html body.single .archive-list a[aria-current="page"]::before {
    position: static;
    margin-bottom: 8px;
  }

  html body.single .archive-list a[aria-current="page"] h3 {
    width: auto;
  }
}

/* Essay detail polish pass, 2026-06-25 */
html body.single .essay-detail {
  padding: clamp(34px, 4vw, 58px) clamp(18px, 3vw, 56px) 110px !important;
}

html body.single .essay-detail-header {
  grid-template-columns: minmax(92px, 128px) minmax(76px, 108px) minmax(0, 1fr) !important;
  gap: clamp(16px, 2vw, 32px) !important;
  margin-bottom: clamp(34px, 4vw, 58px) !important;
}

html body.single .essay-detail-header h1 {
  max-width: min(1260px, 100%) !important;
  font-family: var(--serif) !important;
  font-size: clamp(52px, 6.6vw, 112px) !important;
  line-height: .95 !important;
  letter-spacing: 0 !important;
}

html body.single .essay-reading-layout {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

html body.single .essay-body {
  width: min(100%, 1180px) !important;
  max-width: none !important;
  margin-left: clamp(18px, 4.6vw, 84px) !important;
  padding-right: 246px !important;
  font-family: var(--serif) !important;
}

html body.single .essay-body::after {
  content: "" !important;
  display: block !important;
  clear: both !important;
  height: clamp(72px, 8vw, 150px) !important;
}

html body.single .essay-body p {
  max-width: 820px !important;
  margin-bottom: 1.12em !important;
  font-size: clamp(21px, 1.5vw, 28px) !important;
  line-height: 1.38 !important;
  font-weight: 500 !important;
}

html body.single .essay-body figcaption,
html body.single .essay-body .wp-caption-text,
html body.single .essay-body p[style*="text-align: center"] {
  max-width: 760px !important;
  margin: .7em auto 2.35em !important;
  font-size: clamp(13px, .9vw, 16px) !important;
  line-height: 1.42 !important;
  font-weight: 500 !important;
  font-style: italic !important;
  text-align: center !important;
}

html body.single .essay-body p[style*="text-align: center"] img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 auto .75em !important;
}

html body.single .essay-body .speaker {
  font-family: var(--serif) !important;
  font-weight: 800 !important;
}

html body.single .essay-body a {
  position: relative !important;
  color: var(--ink) !important;
  text-decoration: underline !important;
  text-decoration-thickness: .07em !important;
  text-underline-offset: .14em !important;
  background-image: linear-gradient(var(--marker), var(--marker)) !important;
  background-repeat: no-repeat !important;
  background-position: 0 88% !important;
  background-size: 0 .48em !important;
  transition: background-size 160ms ease !important;
}

html body.single .essay-body a:hover,
html body.single .essay-body a:focus-visible,
html body.single .essay-body a:active {
  background-size: 100% .48em !important;
}

html body.single .essay-body a::after {
  content: none !important;
}

html body.single .essay-body sup {
  font-family: var(--serif) !important;
  margin-left: .08em !important;
  font-size: .78em !important;
  line-height: 0 !important;
  vertical-align: super !important;
  font-weight: 800 !important;
}

html body.single .essay-body sup a {
  font-family: var(--serif) !important;
  padding: 0 .08em !important;
  font-style: italic !important;
  text-decoration-thickness: .07em !important;
  background-position: 0 94% !important;
  background-size: 100% .2em !important;
}

html body.single .margin-note {
  float: right !important;
  clear: right !important;
  width: 210px !important;
  max-width: 210px !important;
  margin: 0 calc(-210px - 24px) 1.05em 24px !important;
  padding: 0 !important;
  border: 0 !important;
  font-family: var(--serif) !important;
  font-size: 15px !important;
  line-height: 1.38 !important;
  font-weight: 500 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

html body.single .margin-note em {
  display: inline-block !important;
  min-width: 1.4em !important;
  margin-right: .55em !important;
  font-style: italic !important;
  font-weight: 800 !important;
}

html body.single .margin-note a {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

html body.single .margin-note em a.margin-note__backref {
  color: inherit !important;
  text-decoration: underline !important;
  text-decoration-thickness: .08em !important;
  text-underline-offset: .16em !important;
  cursor: pointer !important;
}

html body.single .essay-body sup.footnote-ref--active,
html body.single .essay-body a.footnote-ref--active {
  background-image: linear-gradient(var(--marker), var(--marker)) !important;
  background-repeat: no-repeat !important;
  background-position: 0 90% !important;
  background-size: 100% .5em !important;
}

html body.single .margin-note.margin-note--wide {
  float: none !important;
  clear: both !important;
  width: min(100%, 800px) !important;
  max-width: 800px !important;
  margin: 1.05em 0 1.45em !important;
  padding: .9em 0 0 !important;
  border-top: 1px solid currentColor !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: 1.42 !important;
}

@media (min-width: 1100px) and (max-height: 860px) {
  html body.single .essay-detail-header h1 {
    font-size: clamp(48px, 5.8vw, 94px) !important;
  }

  html body.single .essay-body p {
    max-width: 800px !important;
    font-size: clamp(20px, 1.34vw, 25px) !important;
  }

  html body.single .margin-note {
    font-size: 14px !important;
  }

  html body.single .margin-note.margin-note--wide {
    font-size: 15px !important;
  }
}

@media (max-width: 980px) {
  html body.single .essay-detail {
    padding: 32px 18px 80px !important;
  }

  html body.single .essay-detail-header {
    display: block !important;
    margin-bottom: 34px !important;
  }

  html body.single .essay-detail-header h1 {
    margin-top: 20px !important;
    font-size: clamp(48px, 13vw, 82px) !important;
  }

  html body.single .essay-body {
    width: 100% !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
  }

  html body.single .essay-body p {
    max-width: none !important;
    font-size: clamp(21px, 5.4vw, 26px) !important;
    line-height: 1.37 !important;
  }

  html body.single .margin-note {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: 100% !important;
    margin: .35em 0 1.25em !important;
    padding-left: 2.2em !important;
    font-size: 15px !important;
  }

  html body.single .margin-note.margin-note--wide {
    width: auto !important;
    max-width: 100% !important;
    margin: .55em 0 1.35em !important;
    padding: .8em 0 0 2.2em !important;
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  html body.single .essay-detail-header h1 {
    font-size: clamp(42px, 14vw, 68px) !important;
  }

  html body.single .archive-list-compact a {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 16px 0 !important;
  }
}

/* Home composition lock, 2026-06-25. Keep this at the end. */
html body.home {
  overflow-x: hidden !important;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
}

html body.home .site-header,
html body.home .site-header *,
html body.home .hero,
html body.home .hero * {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

html body.home .site-header {
  position: sticky !important;
  top: var(--wp-admin--admin-bar--height, 0px) !important;
  z-index: 1000 !important;
  display: grid !important;
  grid-template-columns: minmax(320px, 1fr) auto auto !important;
  align-items: center !important;
  gap: 12px clamp(18px, 2vw, 40px) !important;
  min-height: 92px !important;
  padding: 18px clamp(18px, 2vw, 32px) !important;
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid #111 !important;
  overflow: visible !important;
}

html body.home .brand {
  display: grid !important;
  gap: 4px !important;
  color: #111 !important;
  text-decoration: none !important;
}

html body.home .brand span {
  font-size: clamp(38px, 2.5vw, 52px) !important;
  line-height: .9 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

html body.home .brand small {
  font-size: clamp(14px, 1vw, 18px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.home .primary-nav,
html body.home .language-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.home .primary-nav ul,
html body.home .primary-nav .menu {
  display: flex !important;
  align-items: center !important;
  gap: clamp(12px, 1.25vw, 28px) !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home .primary-nav > a {
  margin-left: clamp(12px, 1.25vw, 28px) !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 36px !important;
  padding: 0 3px !important;
  font-size: clamp(18px, 1.15vw, 22px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #111 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.home .primary-nav a::after,
html body.home .language-switch a::after {
  left: 0 !important;
  right: 0 !important;
  bottom: 3px !important;
  height: .55em !important;
}

html body.home .language-switch {
  gap: 18px !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  position: relative !important;
  display: grid !important;
  align-items: end !important;
  min-height: calc(100svh - 92px - var(--wp-admin--admin-bar--height, 0px)) !important;
  margin: 0 !important;
  padding: clamp(20px, 3vh, 40px) clamp(18px, 2vw, 32px) clamp(30px, 4vh, 54px) !important;
  border-bottom: 1px solid #111 !important;
  overflow: hidden !important;
  background: #fff !important;
}

html body.home .hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: .24 !important;
  pointer-events: none !important;
}

html body.home .hero-media .illustration-stage,
html body.home .hero-media img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

html body.home .hero-media img {
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

html body.home .hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .5) 58%, rgba(255, 255, 255, .2)) !important;
  pointer-events: none !important;
}

html body.home .hero-media figcaption {
  position: absolute !important;
  top: 10px !important;
  left: clamp(18px, 2vw, 32px) !important;
  z-index: 2 !important;
  margin: 0 !important;
  color: rgba(17, 17, 17, .1) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

html body.home .hero-copy {
  position: relative !important;
  z-index: 3 !important;
  width: 100% !important;
  max-width: min(1160px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

html body.home .kicker {
  margin: 0 0 clamp(12px, 1.5vh, 22px) !important;
  font-size: clamp(15px, 1.05vw, 20px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body.home .hero h1 {
  max-width: min(1120px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  font-size: clamp(56px, 5.55vw, 96px) !important;
  line-height: .86 !important;
  font-weight: 800 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: balance;
}

html body.home .lead {
  max-width: min(760px, calc(100vw - 48px)) !important;
  margin: clamp(18px, 2.4vh, 30px) 0 0 !important;
  font-size: clamp(19px, 1.35vw, 26px) !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
}

@media (min-width: 1100px) and (max-height: 820px) {
  html body.home .site-header {
    min-height: 78px !important;
    padding: 13px 24px !important;
  }

  html body.home .brand span {
    font-size: 40px !important;
  }

  html body.home .brand small {
    font-size: 14px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    min-height: 32px !important;
    font-size: 17px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: calc(100svh - 78px - var(--wp-admin--admin-bar--height, 0px)) !important;
    padding-top: 18px !important;
    padding-bottom: 30px !important;
  }

  html body.home .hero h1 {
    max-width: min(1040px, calc(100vw - 48px)) !important;
    font-size: clamp(50px, 4.95vw, 78px) !important;
  }

  html body.home .lead {
    max-width: 690px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 1180px) {
  html body.home .site-header {
    position: relative !important;
    top: auto !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px 18px !important;
  }

  html body.home .primary-nav,
  html body.home .language-switch {
    justify-content: flex-start !important;
    justify-self: start !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu {
    flex-wrap: wrap !important;
    gap: 8px 16px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: auto !important;
    padding: 54px 18px 44px !important;
  }

  html body.home .hero h1 {
    max-width: 100% !important;
    font-size: clamp(46px, 8.8vw, 82px) !important;
  }
}

@media (max-width: 680px) {
  html body.home .brand span {
    font-size: clamp(34px, 12vw, 46px) !important;
  }

  html body.home .brand small {
    font-size: 12px !important;
    white-space: normal !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: 16px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(43px, 15vw, 68px) !important;
    line-height: .9 !important;
  }

  html body.home .lead {
    font-size: 18px !important;
  }
}

/* Home visual correction pass: keep the WordPress theme aligned with the approved static demo. */
html body.home .site-header,
html body.home .site-header *,
html body.home .hero,
html body.home .hero * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

html body.home .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  display: grid !important;
  grid-template-columns: minmax(330px, 1fr) auto auto !important;
  align-items: center !important;
  column-gap: clamp(26px, 3.8vw, 70px) !important;
  row-gap: 10px !important;
  min-height: 102px !important;
  padding: 20px 36px 18px !important;
  border-bottom: 1px solid #111 !important;
  background: rgba(255, 255, 255, .97) !important;
  backdrop-filter: blur(14px) !important;
}

html body.admin-bar.home .site-header {
  top: var(--wp-admin--admin-bar--height, 32px) !important;
}

html body.home .brand span {
  font-size: clamp(42px, 2.7vw, 56px) !important;
  line-height: .9 !important;
  font-weight: 800 !important;
}

html body.home .brand small {
  margin-top: 6px !important;
  font-size: clamp(14px, .95vw, 18px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

html body.home .primary-nav,
html body.home .language-switch {
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 2.4vw, 40px) !important;
  justify-self: end !important;
}

html body.home .primary-nav ul,
html body.home .primary-nav .menu {
  display: flex !important;
  gap: clamp(18px, 2.4vw, 40px) !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  font-size: clamp(20px, 1.32vw, 27px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  padding: 2px 0 !important;
  min-height: 0 !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  position: relative !important;
  isolation: isolate !important;
  display: block !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: clamp(42px, 6.2vh, 82px) clamp(24px, 2.8vw, 52px) clamp(42px, 5.4vh, 70px) !important;
  border-bottom: 1px solid #111 !important;
  overflow: hidden !important;
  background: #fff !important;
}

html body.home .hero-copy {
  z-index: 2 !important;
  width: 100% !important;
  max-width: min(1500px, calc(100vw - clamp(48px, 5.6vw, 104px))) !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home .kicker {
  display: inline !important;
  margin: 0 0 clamp(16px, 2vh, 24px) !important;
  font-size: clamp(18px, 1.1vw, 23px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  background: linear-gradient(transparent 46%, #fff200 46%, #fff200 82%, transparent 82%) !important;
  box-decoration-break: clone !important;
  -webkit-box-decoration-break: clone !important;
}

html body.home .hero h1 {
  max-width: min(1450px, calc(100vw - clamp(48px, 5.6vw, 104px))) !important;
  margin: clamp(16px, 2.1vh, 30px) 0 0 !important;
  font-size: clamp(58px, 6.25vw, 108px) !important;
  line-height: .86 !important;
  font-weight: 800 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
}

html body.home .hero h1 span {
  display: block !important;
}

html body.home .lead {
  max-width: min(930px, calc(100vw - 48px)) !important;
  margin: clamp(18px, 2.4vh, 30px) 0 0 !important;
  font-size: clamp(20px, 1.38vw, 28px) !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
}

html body.home .hero-media {
  z-index: -2 !important;
  opacity: .18 !important;
}

html body.home .hero::after {
  z-index: -1 !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .72) 56%, rgba(255, 255, 255, .34)) !important;
}

@media (min-width: 900px) and (max-height: 850px) {
  html body.home .site-header {
    min-height: 92px !important;
    padding: 16px 28px 14px !important;
  }

  html body.home .brand span {
    font-size: clamp(38px, 2.35vw, 46px) !important;
  }

  html body.home .brand small {
    font-size: 14px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: 18px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding-top: clamp(32px, 5.2vh, 52px) !important;
    padding-bottom: clamp(28px, 4.5vh, 48px) !important;
  }

  html body.home .hero h1 {
    font-size: clamp(50px, 5.85vw, 86px) !important;
    line-height: .87 !important;
  }

  html body.home .lead {
    max-width: 820px !important;
    font-size: 20px !important;
  }
}

@media (max-width: 1180px) {
  html body.home .site-header {
    position: relative !important;
    top: auto !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 18px !important;
    gap: 14px !important;
  }

  html body.home .primary-nav,
  html body.home .language-switch {
    justify-self: start !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu,
  html body.home .language-switch {
    flex-wrap: wrap !important;
    gap: 10px 18px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding: 46px 18px 42px !important;
  }

  html body.home .hero-copy,
  html body.home .hero h1,
  html body.home .lead {
    max-width: 100% !important;
  }

  html body.home .hero h1 {
    font-size: clamp(48px, 11vw, 88px) !important;
    line-height: .88 !important;
  }
}

@media (max-width: 680px) {
  html body.home .brand span {
    font-size: clamp(34px, 10vw, 44px) !important;
  }

  html body.home .brand small {
    font-size: 12px !important;
    white-space: normal !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: 16px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding: 34px 16px 34px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(42px, 14.5vw, 64px) !important;
    line-height: .9 !important;
  }

  html body.home .lead {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }
}

/* Home viewport correction, 2026-06-25. Keep this last. */
html body.home {
  overflow-x: hidden !important;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
}

html body.home .site-header,
html body.home .site-header *,
html body.home .hero,
html body.home .hero * {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
}

html body.home .site-header {
  position: relative !important;
  top: auto !important;
  display: grid !important;
  grid-template-columns: minmax(280px, .9fr) auto auto !important;
  align-items: start !important;
  gap: 24px !important;
  min-height: 0 !important;
  padding: 22px 28px 20px !important;
  border-bottom: 1px solid #111 !important;
  background: #fff !important;
  z-index: 20 !important;
}

html body.home .brand,
html body.home .site-branding {
  min-width: 0 !important;
}

html body.home .brand span,
html body.home .brand-name {
  display: block !important;
  color: #111 !important;
  font-size: clamp(38px, 3vw, 54px) !important;
  line-height: .84 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

html body.home .brand small,
html body.home .brand-subtitle {
  display: block !important;
  margin-top: 7px !important;
  color: #111 !important;
  font-size: clamp(14px, .95vw, 18px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

html body.home .primary-nav,
html body.home .language-switch {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  justify-self: end !important;
  align-self: start !important;
  margin-top: 8px !important;
}

html body.home .primary-nav ul,
html body.home .primary-nav .menu,
html body.home .language-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 14px 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  color: #111 !important;
  font-size: clamp(18px, 1.45vw, 27px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  min-height: calc(100svh - 104px - var(--wp-admin--admin-bar--height, 0px)) !important;
  margin: 0 !important;
  padding: clamp(24px, 4vh, 52px) 28px clamp(28px, 4vh, 50px) !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  border-top: 0 !important;
  border-bottom: 1px solid #111 !important;
  background: #fff !important;
}

html body.home .hero-media,
html body.home .hero.has-hero-media .hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  overflow: hidden !important;
  opacity: .2 !important;
  pointer-events: none !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
}

html body.home .hero-media .illustration-stage,
html body.home .hero-media img {
  width: 100% !important;
  height: 100% !important;
}

html body.home .hero-media img {
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  max-width: none !important;
  max-height: none !important;
}

html body.home .hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.76) 52%, rgba(255,255,255,.42)) !important;
}

html body.home .hero-media figcaption {
  position: absolute !important;
  top: 12px !important;
  left: 28px !important;
  z-index: 1 !important;
  margin: 0 !important;
  color: rgba(17,17,17,.08) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

html body.home .hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(1160px, calc(100vw - 56px)) !important;
  max-width: 1160px !important;
  margin: 0 !important;
  padding-top: clamp(12px, 2.2vh, 34px) !important;
}

html body.home .kicker,
html body.home .hero-kicker {
  display: inline !important;
  margin: 0 0 clamp(12px, 1.6vh, 20px) !important;
  color: #111 !important;
  font-size: clamp(17px, 1.05vw, 23px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  background: linear-gradient(transparent 48%, #fff200 48%, #fff200 84%, transparent 84%) !important;
  box-decoration-break: clone !important;
  -webkit-box-decoration-break: clone !important;
}

html body.home .hero h1 {
  width: min(1160px, calc(100vw - 56px)) !important;
  max-width: 1160px !important;
  margin: clamp(12px, 1.6vh, 22px) 0 0 !important;
  color: #111 !important;
  font-size: clamp(52px, min(5.55vw, 8vh), 90px) !important;
  line-height: .88 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

html body.home .hero h1 span {
  display: block !important;
}

html body.home .lead {
  width: min(760px, calc(100vw - 56px)) !important;
  max-width: 760px !important;
  margin: clamp(18px, 2.2vh, 30px) 0 0 !important;
  color: #111 !important;
  font-size: clamp(20px, 1.25vw, 25px) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

@media (min-width: 900px) and (max-height: 900px) {
  html body.home .site-header {
    padding: 18px 24px 16px !important;
  }

  html body.home .brand span,
  html body.home .brand-name {
    font-size: clamp(36px, 2.8vw, 48px) !important;
  }

  html body.home .brand small,
  html body.home .brand-subtitle {
    font-size: 14px !important;
    margin-top: 6px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: clamp(18px, 1.3vw, 24px) !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: calc(100svh - 92px - var(--wp-admin--admin-bar--height, 0px)) !important;
    padding-top: 24px !important;
    padding-bottom: 30px !important;
  }

  html body.home .hero-copy {
    padding-top: 14px !important;
  }

  html body.home .hero h1 {
    width: min(1080px, calc(100vw - 56px)) !important;
    max-width: 1080px !important;
    font-size: clamp(46px, min(4.9vw, 7.1vh), 76px) !important;
    line-height: .88 !important;
  }

  html body.home .lead {
    max-width: 700px !important;
    font-size: 19px !important;
  }
}

@media (max-width: 1180px) {
  html body.home .site-header {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  html body.home .primary-nav,
  html body.home .language-switch {
    justify-self: start !important;
    margin-top: 0 !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu,
  html body.home .language-switch {
    justify-content: flex-start !important;
    gap: 10px 20px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: auto !important;
    padding: 42px 18px 46px !important;
  }

  html body.home .hero-copy,
  html body.home .hero h1,
  html body.home .lead {
    width: auto !important;
    max-width: 100% !important;
  }

  html body.home .hero h1 {
    font-size: clamp(46px, 8.5vw, 76px) !important;
  }
}

@media (max-width: 680px) {
  html body.home .site-header {
    padding: 14px 16px !important;
  }

  html body.home .brand span,
  html body.home .brand-name {
    font-size: clamp(34px, 11vw, 44px) !important;
  }

  html body.home .brand small,
  html body.home .brand-subtitle {
    font-size: 12px !important;
    white-space: normal !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: 16px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding: 34px 16px 38px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(38px, 13vw, 58px) !important;
    line-height: .9 !important;
  }

  html body.home .lead {
    font-size: 18px !important;
  }
}

/* PROJECTS typography pass: keep project archives and detail pages sans-serif. */
html body.post-type-archive-kleinstein_work,
html body.single-kleinstein_work {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.post-type-archive-kleinstein_work .archive-list h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: clamp(28px, 4.2vw, 72px) !important;
  line-height: .92 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

html body.post-type-archive-kleinstein_work .archive-list time,
html body.post-type-archive-kleinstein_work .archive-list span {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.post-type-archive-kleinstein_work .project-archive {
  padding-top: 0;
}

html body.post-type-archive-kleinstein_work .project-archive-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: end;
  padding: clamp(54px, 7vw, 96px) 24px clamp(26px, 4vw, 52px);
  border-bottom: 1px solid var(--ink);
}

html body.post-type-archive-kleinstein_work .project-archive-hero .archive-label {
  margin: 0 0 clamp(14px, 1.8vw, 28px);
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

html body.post-type-archive-kleinstein_work .project-archive-hero h1 {
  width: 100%;
  max-width: none;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: clamp(54px, 8.2vw, 142px);
  line-height: .88;
  font-weight: 900;
  text-transform: uppercase;
}

html body.post-type-archive-kleinstein_work .project-archive-intro {
  max-width: 920px;
  margin: clamp(18px, 2vw, 30px) 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: clamp(18px, 1.75vw, 32px);
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
}

html body.post-type-archive-kleinstein_work .project-archive-list {
  display: grid;
  padding: 0 24px 90px;
}

html body.post-type-archive-kleinstein_work .project-archive-item {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(220px, 31vw) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 42px);
  align-items: stretch;
  min-height: clamp(170px, 20vw, 300px);
  padding: clamp(18px, 2vw, 30px) 0;
  border-bottom: 1px solid var(--ink);
  isolation: isolate;
}

html body.post-type-archive-kleinstein_work .project-archive-item::before {
  content: "";
  position: absolute;
  inset: 0 -24px;
  z-index: -1;
  background: #f2f2f2;
  opacity: 0;
  transition: opacity 160ms ease;
}

html body.post-type-archive-kleinstein_work .project-archive-item:hover::before {
  opacity: 0;
}

html body.post-type-archive-kleinstein_work .project-archive-number,
html body.post-type-archive-kleinstein_work .project-archive-meta {
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

html body.post-type-archive-kleinstein_work .project-archive-number {
  padding-top: 4px;
}

html body.post-type-archive-kleinstein_work .project-archive-media {
  min-height: 180px;
  margin: 0;
  background: #e8e8e8;
  overflow: hidden;
}

html body.post-type-archive-kleinstein_work .project-archive-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

html body.post-type-archive-kleinstein_work .project-archive-item[href*="hmuet-corporate-philosophy-logo"] .project-archive-media {
  box-sizing: border-box;
  padding: clamp(18px, 2.4vw, 34px);
  background: #fff;
}

html body.post-type-archive-kleinstein_work .project-archive-item[href*="hmuet-corporate-philosophy-logo"] .project-archive-media img {
  object-fit: contain;
}

html body.post-type-archive-kleinstein_work .project-archive-item:hover .project-archive-media img {
  transform: scale(1.025);
}

html body.post-type-archive-kleinstein_work .project-archive-media span {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 18px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
}

html body.post-type-archive-kleinstein_work .project-archive-copy {
  display: grid;
  align-content: start;
  gap: 20px;
  min-width: 0;
}

html body.post-type-archive-kleinstein_work .project-archive-meta {
  display: flex;
  gap: 18px;
  color: rgba(17, 17, 17, .68);
}

html body.post-type-archive-kleinstein_work .project-archive-copy h2 {
  display: inline;
  width: fit-content;
  max-width: 1180px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: clamp(34px, 4.9vw, 86px);
  line-height: .9;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(transparent 52%, #fff200 52%, #fff200 86%, transparent 86%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: background-size 160ms ease;
}

html body.post-type-archive-kleinstein_work .project-archive-item:hover .project-archive-copy h2,
html body.post-type-archive-kleinstein_work .project-archive-item:focus-visible .project-archive-copy h2 {
  background-size: 100% 100%;
}

html body.post-type-archive-kleinstein_work .project-archive-copy .project-archive-note {
  max-width: 620px;
  margin: 0;
  overflow: hidden;
  font-size: clamp(12px, .86vw, 15px);
  line-height: 1.08;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(17, 17, 17, .62);
}

html body.post-type-archive-kleinstein_work .project-archive-empty {
  padding: 48px 24px 90px;
}

html body.post-type-archive-kleinstein_activity .activity-archive {
  padding-top: 0;
}

html body.post-type-archive-kleinstein_activity .activity-archive-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: end;
  padding: clamp(54px, 7vw, 96px) 24px clamp(26px, 4vw, 52px);
  border-bottom: 1px solid var(--ink);
}

html body.post-type-archive-kleinstein_activity .activity-archive-hero .archive-label {
  margin: 0 0 clamp(14px, 1.8vw, 28px);
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

html body.post-type-archive-kleinstein_activity .activity-archive-hero h1 {
  max-width: 1500px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: clamp(54px, 8.2vw, 142px);
  line-height: .88;
  font-weight: 900;
  text-transform: none;
}

html body.post-type-archive-kleinstein_activity .activity-archive-list {
  display: grid;
  padding: 0 24px 90px;
}

html body.post-type-archive-kleinstein_activity .activity-archive-item {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(150px, 220px) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 42px);
  align-items: start;
  padding: clamp(20px, 2.2vw, 34px) 0;
  border-bottom: 1px solid var(--ink);
  isolation: isolate;
}

html body.post-type-archive-kleinstein_activity .activity-archive-item::before {
  content: "";
  position: absolute;
  inset: 0 -24px;
  z-index: -1;
  background: #f2f2f2;
  opacity: 0;
  transition: opacity 160ms ease;
}

html body.post-type-archive-kleinstein_activity .activity-archive-item:hover::before {
  opacity: 0;
}

html body.post-type-archive-kleinstein_activity .activity-archive-number,
html body.post-type-archive-kleinstein_activity .activity-archive-meta {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

html body.post-type-archive-kleinstein_activity .activity-archive-number {
  padding-top: 5px;
}

html body.post-type-archive-kleinstein_activity .activity-archive-meta {
  display: grid;
  gap: 10px;
  color: rgba(17, 17, 17, .68);
}

html body.post-type-archive-kleinstein_activity .activity-archive-meta span {
  width: fit-content;
  padding: 6px 9px;
  background: var(--ink);
  color: var(--panel);
}

html body.post-type-archive-kleinstein_activity .activity-archive-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
}

html body.post-type-archive-kleinstein_activity .activity-archive-copy h2 {
  display: inline;
  width: fit-content;
  max-width: 1180px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: clamp(30px, 3.8vw, 66px);
  line-height: .98;
  font-weight: 900;
  text-transform: none;
  overflow-wrap: anywhere;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(transparent 52%, #fff200 52%, #fff200 86%, transparent 86%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: background-size 160ms ease;
}

html body.post-type-archive-kleinstein_activity .activity-archive-item:hover .activity-archive-copy h2,
html body.post-type-archive-kleinstein_activity .activity-archive-item:focus-visible .activity-archive-copy h2 {
  background-size: 100% 100%;
}

html body.post-type-archive-kleinstein_activity .activity-archive-copy p {
  max-width: 700px;
  margin: 0;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.3;
  font-weight: 700;
}

html body.post-type-archive-kleinstein_activity .activity-archive-empty {
  padding: 48px 24px 90px;
}

html body.single-kleinstein_work .essay-detail-header h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  max-width: min(1320px, 100%) !important;
  font-size: clamp(48px, 8.4vw, 164px) !important;
  line-height: .84 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

html body.single-kleinstein_work .essay-detail-header .type,
html body.single-kleinstein_work .essay-detail-header time,
html body.single-kleinstein_work .essay-detail-header .text-link {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.single-kleinstein_work .essay-body {
  width: auto !important;
  max-width: none !important;
  margin-left: clamp(18px, 5.8vw, 96px) !important;
  margin-right: clamp(18px, 5.8vw, 96px) !important;
  padding-right: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.single-kleinstein_work .essay-body p,
html body.single-kleinstein_work .essay-body li {
  max-width: 880px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: clamp(20px, 1.35vw, 28px) !important;
  line-height: 1.38 !important;
  font-weight: 700 !important;
}

html body.single-kleinstein_work .essay-body p.edit-town-project-credit {
  font-size: clamp(11px, 0.78vw, 13px) !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  margin-top: 24px !important;
  margin-bottom: 0 !important;
}

html body.single-kleinstein_work .essay-body p.edit-town-project-credit + p.edit-town-project-credit {
  margin-top: 4px !important;
}

html body.single-kleinstein_work .essay-body h2,
html body.single-kleinstein_work .essay-body h3,
html body.single-kleinstein_work .essay-body h4,
html body.single-kleinstein_work .essay-body strong,
html body.single-kleinstein_work .essay-body b {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html body.single-kleinstein_work .project-media {
  --project-landscape-shift: clamp(0px, 10vw, 180px);
  counter-increment: project-media;
  margin: clamp(44px, 6vw, 96px) 0 !important;
  padding: 0 !important;
}

html body.single-kleinstein_work .project-media-frame {
  display: block;
  background: #f3f3f3;
}

html body.single-kleinstein_work .project-media img,
html body.single-kleinstein_work .project-media iframe,
html body.single-kleinstein_work .project-media video {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

html body.single-kleinstein_work .project-media figcaption {
  display: grid;
  grid-template-columns: 64px;
  gap: 16px;
  max-width: 900px;
  margin: 12px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  font-style: normal !important;
  text-transform: uppercase;
  color: rgba(17, 17, 17, .58);
}

html body.single-kleinstein_work .project-media--has-caption figcaption {
  grid-template-columns: 64px minmax(0, 1fr);
}

html body.single-kleinstein_work .project-media figcaption::before {
  content: counter(project-media, decimal-leading-zero);
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-style: normal !important;
  font-weight: 900;
  color: var(--ink);
}

html body.single-kleinstein_work .project-media figcaption span {
  font-style: normal !important;
}

html body.single-kleinstein_work .project-media--single:not(.project-media--has-caption) figcaption {
  display: none;
}

html body.single-kleinstein_work .project-media--single.project-media--has-caption figcaption {
  display: block;
  max-width: 720px;
}

html body.single-kleinstein_work .project-media--single figcaption::before {
  content: none;
}

html body.single-kleinstein_work .hmuet-asset-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
  width: min(920px, 100%);
  margin: clamp(34px, 5vw, 74px) 0 !important;
}

html body.single-kleinstein_work .hmuet-asset-grid figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  align-items: center;
  min-height: clamp(240px, 30vw, 380px);
  margin: 0 !important;
  padding: clamp(34px, 4vw, 64px);
  background: #f3f3f3;
}

html body.single-kleinstein_work .hmuet-asset-grid img {
  display: block !important;
  width: 82% !important;
  max-width: 82% !important;
  max-height: clamp(140px, 19vw, 240px) !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain;
}

html body.single-kleinstein_work .hmuet-philosophy-copy {
  width: min(920px, 100%);
  margin: clamp(24px, 4vw, 58px) 0 0 !important;
}

html body.single-kleinstein_work .hmuet-philosophy-copy p {
  max-width: 900px;
}

html body.single-kleinstein_work .hmuet-philosophy-copy p:first-child strong {
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1;
}

@media (max-width: 720px) {
  html body.single-kleinstein_work .hmuet-asset-grid {
    grid-template-columns: 1fr;
  }

  html body.single-kleinstein_work .hmuet-asset-grid figure {
    min-height: 240px;
    padding: clamp(28px, 9vw, 48px);
  }

  html body.single-kleinstein_work .hmuet-asset-grid img {
    width: 86% !important;
    max-width: 86% !important;
  }
}

html body.single-kleinstein_work .project-media figcaption span:empty {
  display: none;
}

html body.single-kleinstein_work .project-media--landscape {
  width: min(100%, 1180px);
  margin-left: 0 !important;
}

html body.single-kleinstein_work .project-media--landscape:nth-of-type(even) {
  width: min(calc(100% - var(--project-landscape-shift)), 1040px);
  margin-left: var(--project-landscape-shift) !important;
}

html body.single-kleinstein_work .project-media--landscape:nth-of-type(3n) {
  width: min(100%, 1180px);
  margin-left: 0 !important;
}

html body.single-kleinstein_work .project-media--landscape img {
  width: 100% !important;
}

html body.single-kleinstein_work .project-media--portrait {
  width: min(100%, 720px);
  margin-left: clamp(0px, 12vw, 220px) !important;
}

html body.single-kleinstein_work .project-media--portrait img {
  width: min(100%, 720px) !important;
}

html body.single-kleinstein_work .project-media--document {
  width: min(100%, 620px);
  margin-left: clamp(0px, 18vw, 320px) !important;
}

html body.single-kleinstein_work .project-media--document img {
  width: min(100%, 620px) !important;
  border: 1px solid rgba(17, 17, 17, .16);
}

html body.single-kleinstein_work .project-media--video {
  width: min(100%, 1180px);
  margin-left: 0 !important;
}

html body.single-kleinstein_work .project-media--video .project-media-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  background: var(--ink);
}

html body.single-kleinstein_work .project-media--video iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

html body.single-kleinstein_work .biede-motion-module {
  margin: clamp(64px, 8vw, 140px) 0 clamp(72px, 10vw, 168px) !important;
  padding: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.single-kleinstein_work .biede-motion-video {
  margin-bottom: clamp(56px, 8vw, 128px) !important;
}

html body.single-kleinstein_work .biede-motion-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 3.5vw, 64px);
  row-gap: clamp(48px, 8vw, 136px);
  align-items: start;
}

html body.single-kleinstein_work .biede-motion-photo {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body.single-kleinstein_work .biede-motion-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
}

html body.single-kleinstein_work .biede-motion-photo--01 {
  grid-column: 1 / span 4;
}

html body.single-kleinstein_work .biede-motion-photo--02 {
  grid-column: 6 / span 7;
  margin-top: clamp(32px, 6vw, 96px) !important;
}

html body.single-kleinstein_work .biede-motion-photo--03 {
  grid-column: 2 / span 4;
}

html body.single-kleinstein_work .biede-motion-photo--04 {
  grid-column: 7 / span 4;
  margin-top: clamp(48px, 9vw, 148px) !important;
}

html body.single-kleinstein_work .biede-motion-photo--05 {
  grid-column: 1 / span 4;
}

html body.single-kleinstein_work .biede-motion-photo--06 {
  grid-column: 5 / span 4;
  margin-top: clamp(72px, 11vw, 172px) !important;
}

html body.single-kleinstein_work .biede-motion-photo--07 {
  grid-column: 4 / span 9;
}

html body.single-kleinstein_work .biede-motion-photo--08 {
  grid-column: 2 / span 4;
  margin-top: clamp(28px, 5vw, 88px) !important;
}

html body.single-kleinstein_work .biede-motion-photo--09 {
  grid-column: 7 / span 6;
}

html body.single-kleinstein_work .biede-motion-photo--10 {
  grid-column: 1 / span 7;
}

html body.single-kleinstein_work .biede-motion-photo--11 {
  grid-column: 6 / span 7;
}

html body.single-kleinstein_work .biede-motion-credit {
  margin: clamp(24px, 4vw, 56px) 0 0 !important;
  font-size: clamp(13px, 1.1vw, 16px) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  color: rgba(17, 17, 17, .72);
}

html body.single-kleinstein_work .biede-project-module {
  margin: clamp(70px, 9vw, 150px) 0 clamp(80px, 11vw, 180px) !important;
  padding: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.single-kleinstein_work .biede-project-video {
  margin-bottom: clamp(36px, 5vw, 72px) !important;
}

html body.single-kleinstein_work .biede-project-credits {
  max-width: 820px;
  margin: 0 0 clamp(72px, 10vw, 160px) !important;
  font-size: clamp(14px, 1.25vw, 18px) !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

html body.single-kleinstein_work .biede-project-credits p {
  margin: 0 0 1.15em !important;
}

html body.single-kleinstein_work .biede-project-credits-title {
  font-size: clamp(13px, 1vw, 15px) !important;
  line-height: 1 !important;
  text-transform: uppercase;
  color: rgba(17, 17, 17, .56);
}

html body.single-kleinstein_work .biede-project-credits a {
  color: inherit !important;
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .14em;
}

html body.single-kleinstein_work .biede-project-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 3.5vw, 64px);
  row-gap: clamp(48px, 8vw, 136px);
  align-items: start;
}

html body.single-kleinstein_work .biede-project-photo {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body.single-kleinstein_work .biede-project-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
}

html body.single-kleinstein_work .biede-project-photo--01 {
  grid-column: 1 / span 5;
}

html body.single-kleinstein_work .biede-project-photo--02 {
  grid-column: 7 / span 5;
  margin-top: clamp(28px, 6vw, 100px) !important;
}

html body.single-kleinstein_work .biede-project-photo--03 {
  grid-column: 2 / span 4;
}

html body.single-kleinstein_work .biede-project-photo--04 {
  grid-column: 7 / span 6;
}

html body.single-kleinstein_work .biede-project-photo--05 {
  grid-column: 1 / span 4;
  margin-top: clamp(48px, 8vw, 132px) !important;
}

html body.single-kleinstein_work .biede-project-photo--06 {
  grid-column: 5 / span 4;
}

html body.single-kleinstein_work .biede-project-photo--07 {
  grid-column: 9 / span 4;
  margin-top: clamp(44px, 8vw, 124px) !important;
}

html body.single-kleinstein_work .biede-project-photo--08 {
  grid-column: 1 / span 6;
}

html body.single-kleinstein_work .biede-project-photo--09 {
  grid-column: 8 / span 5;
  margin-top: clamp(40px, 7vw, 112px) !important;
}

html body.single-kleinstein_work .biede-project-photo--10 {
  grid-column: 2 / span 4;
}

html body.single-kleinstein_work .biede-project-photo--11 {
  grid-column: 6 / span 7;
}

html body.single-kleinstein_work .biede-project-photo--12 {
  grid-column: 1 / span 5;
  margin-top: clamp(36px, 6vw, 96px) !important;
}

html body.single-kleinstein_work .biede-project-photo--13 {
  grid-column: 7 / span 4;
}

html body.single-kleinstein_work .biede-project-photo--14 {
  grid-column: 3 / span 7;
}

html body.single-kleinstein_work .biede-project-photo--15 {
  grid-column: 1 / span 4;
}

html body.single-kleinstein_work .biede-project-photo--16 {
  grid-column: 6 / span 6;
  margin-top: clamp(34px, 7vw, 110px) !important;
}

html body.single-kleinstein_work .biede-project-photo--17 {
  grid-column: 2 / span 5;
}

html body.single-kleinstein_work .biede-project-photo--18 {
  grid-column: 8 / span 4;
  margin-top: clamp(40px, 8vw, 128px) !important;
}

html body.single-kleinstein_work .tiit-contact-sheet {
  margin: clamp(70px, 9vw, 150px) 0 clamp(70px, 9vw, 150px) !important;
  padding: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.single-kleinstein_work .tiit-contact-sheet-board {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 4vw, 72px);
  row-gap: clamp(42px, 8vw, 132px);
  align-items: center;
}

html body.single-kleinstein_work .tiit-sheet {
  margin: 0 !important;
  padding: 0;
  background: transparent;
}

html body.single-kleinstein_work .tiit-sheet img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

html body.single-kleinstein_work .tiit-sheet--1 {
  grid-column: 1 / span 8;
}

html body.single-kleinstein_work .tiit-sheet--2 {
  grid-column: 9 / span 4;
}

html body.single-kleinstein_work .tiit-sheet--3 {
  grid-column: 2 / span 4;
}

html body.single-kleinstein_work .tiit-sheet--4 {
  grid-column: 7 / span 5;
}

html body.single-kleinstein_work .tiit-sheet--5 {
  grid-column: 1 / span 5;
}

html body.single-kleinstein_work .tiit-sheet--6 {
  grid-column: 6 / span 7;
}

html body.single-kleinstein_work .mylo-project-gallery {
  margin: clamp(72px, 10vw, 170px) 0 clamp(76px, 11vw, 180px) !important;
  padding: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.single-kleinstein_work .mylo-project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 4vw, 72px);
  row-gap: clamp(44px, 8vw, 132px);
  align-items: start;
}

html body.single-kleinstein_work .mylo-project-photo {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body.single-kleinstein_work .mylo-project-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
}

html body.single-kleinstein_work .mylo-project-photo--01 {
  grid-column: 1 / span 4;
}

html body.single-kleinstein_work .mylo-project-photo--02 {
  grid-column: 6 / span 5;
  margin-top: clamp(24px, 5vw, 84px) !important;
}

html body.single-kleinstein_work .mylo-project-photo--03 {
  grid-column: 2 / span 6;
}

html body.single-kleinstein_work .mylo-project-photo--04 {
  grid-column: 8 / span 5;
  margin-top: clamp(42px, 8vw, 132px) !important;
}

html body.single-kleinstein_work .mylo-project-photo--05 {
  grid-column: 1 / span 5;
}

html body.single-kleinstein_work .mylo-project-photo--06 {
  grid-column: 7 / span 5;
  margin-top: clamp(18px, 4vw, 72px) !important;
}

html body.single-kleinstein_work .mylo-project-photo--07 {
  grid-column: 2 / span 5;
}

html body.single-kleinstein_work .mylo-project-photo--08 {
  grid-column: 7 / span 6;
  margin-top: clamp(36px, 7vw, 120px) !important;
}

html body.single-kleinstein_work .mylo-project-photo--09 {
  grid-column: 1 / span 6;
}

html body.single-kleinstein_work .mylo-project-photo--10 {
  grid-column: 8 / span 5;
  margin-top: clamp(18px, 4vw, 72px) !important;
}

html body.single-kleinstein_work .mylo-project-photo--11 {
  grid-column: 2 / span 4;
}

html body.single-kleinstein_work .mylo-project-photo--12 {
  grid-column: 6 / span 7;
  margin-top: clamp(30px, 6vw, 104px) !important;
}

html body.single-kleinstein_work .novesta-openhouse-gallery {
  margin: clamp(74px, 10vw, 172px) 0 clamp(78px, 11vw, 184px) !important;
  padding: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.single-kleinstein_work .novesta-openhouse-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 4vw, 72px);
  row-gap: clamp(46px, 8vw, 132px);
  align-items: start;
}

html body.single-kleinstein_work .novesta-openhouse-photo {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body.single-kleinstein_work .novesta-openhouse-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html body.single-kleinstein_work .novesta-openhouse-photo--01 {
  grid-column: 1 / span 5;
}

html body.single-kleinstein_work .novesta-openhouse-photo--02 {
  grid-column: 7 / span 6;
  margin-top: clamp(34px, 7vw, 124px) !important;
}

html body.single-kleinstein_work .novesta-openhouse-photo--03 {
  grid-column: 2 / span 4;
}

html body.single-kleinstein_work .novesta-openhouse-photo--04 {
  grid-column: 7 / span 6;
}

html body.single-kleinstein_work .novesta-openhouse-photo--05 {
  grid-column: 1 / span 6;
  justify-self: stretch;
}

html body.single-kleinstein_work .novesta-openhouse-photo--05 img {
  width: min(100%, 780px) !important;
  margin: 0 auto !important;
}

html body.single-kleinstein_work .novesta-openhouse-photo--06 {
  grid-column: 6 / span 5;
  margin-top: clamp(28px, 6vw, 96px) !important;
}

html body.single-kleinstein_work .novesta-openhouse-photo--07 {
  grid-column: 2 / span 6;
}

html body.single-kleinstein_work .novesta-openhouse-photo--08 {
  grid-column: 9 / span 3;
  margin-top: clamp(38px, 8vw, 120px) !important;
}

html body.single-kleinstein_work .novesta-openhouse-photo--09 {
  grid-column: 1 / span 4;
}

html body.single-kleinstein_work .novesta-openhouse-photo--10 {
  grid-column: 5 / span 4;
  margin-top: clamp(24px, 5vw, 88px) !important;
}

html body.single-kleinstein_work .novesta-openhouse-photo--11 {
  grid-column: 6 / span 6;
  justify-self: stretch;
}

html body.single-kleinstein_work .novesta-openhouse-photo--11 img {
  width: min(100%, 820px) !important;
  margin: 0 auto !important;
}

html body.single-kleinstein_work .novesta-openhouse-photo--12 {
  grid-column: 4 / span 6;
}

html body.single-kleinstein_work .free-magazine-project-gallery {
  margin: clamp(68px, 10vw, 164px) 0 clamp(76px, 11vw, 176px) !important;
  padding: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.single-kleinstein_work .free-magazine-project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 4vw, 72px);
  row-gap: clamp(46px, 8vw, 132px);
  align-items: start;
}

html body.single-kleinstein_work .free-magazine-project-photo {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body.single-kleinstein_work .free-magazine-project-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html body.single-kleinstein_work .free-magazine-project-photo--01 {
  grid-column: 1 / span 4;
}

html body.single-kleinstein_work .free-magazine-project-photo--02 {
  grid-column: 6 / span 7;
  margin-top: clamp(30px, 6vw, 112px) !important;
}

html body.single-kleinstein_work .free-magazine-project-photo--03 {
  grid-column: 2 / span 4;
}

html body.single-kleinstein_work .free-magazine-project-photo--04 {
  grid-column: 7 / span 6;
  margin-top: clamp(40px, 8vw, 128px) !important;
}

html body.single-kleinstein_work .free-magazine-project-photo--05 {
  grid-column: 1 / span 4;
}

html body.single-kleinstein_work .free-magazine-project-photo--06 {
  grid-column: 6 / span 5;
  margin-top: clamp(30px, 6vw, 96px) !important;
}

html body.single-kleinstein_work .free-magazine-project-photo--07 {
  grid-column: 2 / span 6;
}

html body.single-kleinstein_work .free-magazine-project-photo--08 {
  grid-column: 2 / span 10;
  margin-top: clamp(18px, 4vw, 72px) !important;
}

html body.single-kleinstein_work .free-magazine-project-photo--09 {
  grid-column: 1 / span 6;
}

html body.single-kleinstein_work .free-magazine-project-photo--10 {
  grid-column: 8 / span 4;
  margin-top: clamp(34px, 7vw, 116px) !important;
}

html body.single-kleinstein_work .noavenue-project-gallery {
  margin: clamp(64px, 9vw, 150px) 0 clamp(72px, 10vw, 168px) !important;
  padding: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.single-kleinstein_work .noavenue-project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 4vw, 72px);
  row-gap: clamp(48px, 8vw, 128px);
  align-items: start;
}

html body.single-kleinstein_work .noavenue-project-photo {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body.single-kleinstein_work .noavenue-project-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html body.single-kleinstein_work .noavenue-project-photo--01 {
  grid-column: 1 / span 7;
}

html body.single-kleinstein_work .noavenue-project-photo--02 {
  grid-column: 3 / span 6;
  margin-top: clamp(24px, 4vw, 72px) !important;
}

html body.single-kleinstein_work .noavenue-project-photo--03 {
  grid-column: 7 / span 6;
  margin-top: clamp(48px, 7vw, 120px) !important;
}

html body.single-kleinstein_work .truecolor-project-copy {
  margin: 0 0 clamp(78px, 11vw, 180px) !important;
  padding: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.single-kleinstein_work .truecolor-project-copy p {
  max-width: 920px !important;
}

html body.single-kleinstein_work .truecolor-project-copy a {
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .14em;
}

html body.single-kleinstein_work .truecolor-project-hero,
html body.single-kleinstein_work .truecolor-project-artist {
  margin: clamp(54px, 8vw, 132px) 0 !important;
}

html body.single-kleinstein_work .truecolor-project-hero {
  width: min(100%, 1040px) !important;
}

html body.single-kleinstein_work .truecolor-project-artist {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 4vw, 72px);
  row-gap: clamp(46px, 8vw, 132px);
  align-items: start;
}

html body.single-kleinstein_work .truecolor-project-hero,
html body.single-kleinstein_work .truecolor-project-artist figure {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body.single-kleinstein_work .truecolor-project-hero img,
html body.single-kleinstein_work .truecolor-project-artist img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html body.single-kleinstein_work .truecolor-project-artist figcaption {
  display: block !important;
  margin-top: 10px !important;
  color: #525252 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

html body.single-kleinstein_work .truecolor-project-artist--jandm figure:first-child,
html body.single-kleinstein_work .truecolor-project-artist--tof figure:first-child,
html body.single-kleinstein_work .truecolor-project-artist--appledeap figure:first-child {
  grid-column: 1 / span 5;
}

html body.single-kleinstein_work .truecolor-project-artist--jandm figure:nth-child(2),
html body.single-kleinstein_work .truecolor-project-artist--appledeap figure:nth-child(2) {
  grid-column: 7 / span 5;
  margin-top: clamp(34px, 7vw, 112px) !important;
}

html body.single-kleinstein_work .truecolor-project-artist--tof figure:nth-child(2) {
  grid-column: 7 / span 5;
  margin-top: clamp(30px, 6vw, 96px) !important;
}

html body.single-kleinstein_work .truecolor-project-artist--tof figure:nth-child(3) {
  grid-column: 3 / span 6;
}

html body.single-kleinstein_work .truecolor-project-source {
  color: #000 !important;
  font-size: 14px !important;
}

html body.single-kleinstein_work .related-essays .archive-list h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 760px) {
  html body.post-type-archive-kleinstein_work .archive-list h3 {
    font-size: clamp(26px, 10vw, 48px) !important;
    line-height: .96 !important;
  }

  html body.post-type-archive-kleinstein_work .project-archive-hero {
    grid-template-columns: 1fr;
    padding: 42px 16px 24px;
  }

  html body.post-type-archive-kleinstein_work .project-archive-hero h1 {
    font-size: clamp(42px, 12.6vw, 72px);
    line-height: .9;
  }

  html body.post-type-archive-kleinstein_work .project-archive-intro {
    max-width: none;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.35;
  }

  html body.post-type-archive-kleinstein_work .project-archive-list {
    padding: 0 16px 70px;
  }

  html body.post-type-archive-kleinstein_work .project-archive-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 18px 0 22px;
  }

  html body.post-type-archive-kleinstein_work .project-archive-item::before {
    inset: 0 -16px;
  }

  html body.post-type-archive-kleinstein_work .project-archive-media {
    grid-column: 2;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  html body.post-type-archive-kleinstein_work .project-archive-copy {
    grid-column: 2;
    gap: 14px;
  }

  html body.post-type-archive-kleinstein_work .project-archive-meta {
    gap: 12px;
    font-size: 11px;
  }

  html body.post-type-archive-kleinstein_work .project-archive-copy h2 {
    font-size: clamp(30px, 12vw, 58px);
    line-height: .9;
  }

  html body.post-type-archive-kleinstein_activity .activity-archive-hero {
    padding: 42px 16px 24px;
  }

  html body.post-type-archive-kleinstein_activity .activity-archive-hero h1 {
    font-size: clamp(42px, 12.6vw, 72px);
    line-height: .9;
  }

  html body.post-type-archive-kleinstein_activity .activity-archive-list {
    padding: 0 16px 70px;
  }

  html body.post-type-archive-kleinstein_activity .activity-archive-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0 22px;
  }

  html body.post-type-archive-kleinstein_activity .activity-archive-item::before {
    inset: 0 -16px;
  }

  html body.post-type-archive-kleinstein_activity .activity-archive-meta,
  html body.post-type-archive-kleinstein_activity .activity-archive-copy {
    grid-column: 2;
  }

  html body.post-type-archive-kleinstein_activity .activity-archive-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    font-size: 11px;
  }

  html body.post-type-archive-kleinstein_activity .activity-archive-copy h2 {
    font-size: clamp(28px, 10vw, 54px);
    line-height: .94;
  }

  html body.page-id-1493 .about-hero {
    padding: 44px 16px 72px !important;
  }

  html body.page-id-1493 .about-hero h1 {
    font-size: clamp(54px, 17vw, 92px) !important;
    line-height: .84 !important;
  }

  html body.page-id-1493 .about-hero .lead {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    font-size: 17px !important;
  }

  html body.page-id-1493 .about-hero .lead > p,
  html body.page-id-1493 .about-hero .lead > ul,
  html body.page-id-1493 .about-hero .lead > hr,
  html body.page-id-1493 .steinbox-media,
  html body.page-id-1493 .steinbox-media--01,
  html body.page-id-1493 .steinbox-media--02,
  html body.page-id-1493 .steinbox-media--03,
  html body.page-id-1493 .steinbox-media--04,
  html body.page-id-1493 .steinbox-media--05,
  html body.page-id-1493 .steinbox-media--06,
  html body.page-id-1493 .steinbox-media--07,
  html body.page-id-1493 .steinbox-media--08 {
    grid-column: 1 / -1 !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body.page-id-1493 .steinbox-media--01,
  html body.page-id-1493 .steinbox-media--05,
  html body.page-id-1493 .steinbox-media--06 {
    aspect-ratio: 4 / 3;
  }

  html body.page-id-1493 .steinbox-media--02,
  html body.page-id-1493 .steinbox-media--03,
  html body.page-id-1493 .steinbox-media--04,
  html body.page-id-1493 .steinbox-media--07,
  html body.page-id-1493 .steinbox-media--08 {
    aspect-ratio: 4 / 5;
  }

  html body.single-kleinstein_work .essay-detail-header h1 {
    font-size: clamp(44px, 15vw, 78px) !important;
    line-height: .9 !important;
  }

  html body.single-kleinstein_work .essay-body {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  html body.single-kleinstein_work .essay-body p,
  html body.single-kleinstein_work .essay-body li {
    font-size: 19px !important;
    line-height: 1.42 !important;
  }

  html body.single-kleinstein_work .project-media,
  html body.single-kleinstein_work .project-media--landscape,
  html body.single-kleinstein_work .project-media--portrait,
  html body.single-kleinstein_work .project-media--document,
  html body.single-kleinstein_work .project-media--video {
    width: 100% !important;
    margin-left: 0 !important;
  }

  html body.single-kleinstein_work .project-media figcaption {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  html body.single-kleinstein_work .truecolor-project-artist {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  html body.single-kleinstein_work .truecolor-project-artist figure,
  html body.single-kleinstein_work .truecolor-project-artist--jandm figure:first-child,
  html body.single-kleinstein_work .truecolor-project-artist--jandm figure:nth-child(2),
  html body.single-kleinstein_work .truecolor-project-artist--tof figure:first-child,
  html body.single-kleinstein_work .truecolor-project-artist--tof figure:nth-child(2),
  html body.single-kleinstein_work .truecolor-project-artist--tof figure:nth-child(3),
  html body.single-kleinstein_work .truecolor-project-artist--appledeap figure:first-child,
  html body.single-kleinstein_work .truecolor-project-artist--appledeap figure:nth-child(2) {
    grid-column: 1 / -1 !important;
    margin-top: 0 !important;
  }
}

/* TEXTS archive mobile: let titles and summaries use the full viewport width. */
@media (max-width: 760px) {
  html body .latest-essay,
  html body .essay-archive.section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  html body .latest-essay-header {
    display: block !important;
    margin-bottom: 34px !important;
  }

  html body .latest-essay-header .type,
  html body .latest-essay-header time {
    display: inline-block !important;
    margin: 0 14px 18px 0 !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
  }

  html body .latest-essay-header h2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    font-size: clamp(42px, 12.4vw, 58px) !important;
    line-height: .98 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    writing-mode: horizontal-tb !important;
  }

  html body .latest-essay-header h2 a {
    display: inline !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    writing-mode: horizontal-tb !important;
  }

  html body .latest-essay-summary {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    justify-content: stretch !important;
    align-items: start !important;
  }

  html body .latest-essay-summary p {
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(23px, 7vw, 32px) !important;
    line-height: 1.16 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    writing-mode: horizontal-tb !important;
  }

  html body .latest-essay-summary .text-link {
    justify-self: start !important;
    font-size: 22px !important;
  }

  html body .archive-list a {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 18px 0 !important;
  }

  html body .archive-list h3 {
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(27px, 8.4vw, 38px) !important;
    line-height: 1.05 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    writing-mode: horizontal-tb !important;
  }
}

/* TEXTS single mobile: long English titles need full-width wrapping. */
@media (max-width: 760px) {
  html body.single-post .essay-detail {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  html body.single-post .essay-detail-header {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 34px !important;
  }

  html body.single-post .essay-detail-header h1 {
    width: 100% !important;
    max-width: none !important;
    margin-top: 18px !important;
    font-size: clamp(36px, 10.4vw, 48px) !important;
    line-height: 1.02 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
    writing-mode: horizontal-tb !important;
  }

  html body.single-post .essay-body a {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  html body.single-post .essay-body mjx-container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
}

/* Non-TEXTS typography baseline: everything except reading/text pages is Helvetica Neue based. */
html body.home,
html body.page-template-page-about,
html body.page-template-page-contact,
html body.page-template-page,
html body.page-template-page-steinbox,
html body.post-type-archive-kleinstein_work,
html body.post-type-archive-kleinstein_activity,
html body.single-kleinstein_work,
html body.single-kleinstein_activity {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.post-type-archive-kleinstein_work *,
html body.post-type-archive-kleinstein_activity *,
html body.single-kleinstein_work *,
html body.single-kleinstein_activity *,
html body.page-template-page-about *,
html body.page-template-page-contact *,
html body.page-template-page *,
html body.page-template-page-steinbox * {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  letter-spacing: 0 !important;
}

html body.post-type-archive-kleinstein_work .archive-list h3,
html body.post-type-archive-kleinstein_activity .archive-list h3,
html body.single-kleinstein_work .essay-detail-header h1,
html body.single-kleinstein_activity .essay-detail-header h1,
html body.single-kleinstein_work .related-essays .archive-list h3,
html body.single-kleinstein_activity .related-essays .archive-list h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html body.page-id-1493 .about-hero {
  min-height: auto !important;
  display: block !important;
  padding: clamp(64px, 8vw, 116px) 24px 96px !important;
  overflow: visible !important;
}

html body.page-id-1493 .about-hero h1 {
  max-width: 1280px !important;
  font-size: clamp(68px, 12vw, 210px) !important;
  line-height: .78 !important;
  text-transform: uppercase !important;
}

html body.page-id-1493 .about-hero .lead {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.2vw, 34px) !important;
  max-width: none !important;
  margin-top: clamp(34px, 5vw, 72px) !important;
  font-size: clamp(20px, 1.35vw, 26px) !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
}

html body.page-id-1493 .about-hero .lead > p,
html body.page-id-1493 .about-hero .lead > ul {
  grid-column: 1 / 8;
  max-width: 880px;
  margin: 0;
}

html body.page-id-1493 .about-hero .lead > hr {
  grid-column: 1 / -1;
  width: 100%;
  margin: clamp(46px, 7vw, 92px) 0 0;
  border: 0;
  border-top: 1px solid var(--ink);
}

html body.page-id-1493 .steinbox-media {
  margin: clamp(18px, 2.4vw, 38px) 0 !important;
  background: #f2f2f2;
  overflow: hidden;
}

html body.page-id-1493 .steinbox-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover;
}

html body.page-id-1493 .steinbox-media--01 {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
  margin-top: clamp(42px, 6vw, 86px) !important;
}

html body.page-id-1493 .steinbox-media--02 {
  grid-column: 1 / 7;
  aspect-ratio: 4 / 5;
}

html body.page-id-1493 .steinbox-media--03 {
  grid-column: 7 / -1;
  aspect-ratio: 4 / 5;
  margin-top: clamp(70px, 9vw, 150px) !important;
}

html body.page-id-1493 .steinbox-media--04 {
  grid-column: 3 / 11;
  aspect-ratio: 4 / 5;
}

html body.page-id-1493 .steinbox-media--05,
html body.page-id-1493 .steinbox-media--06 {
  grid-column: span 6;
  aspect-ratio: 4 / 3;
}

html body.page-id-1493 .steinbox-media--05 {
  grid-column: 1 / -1 !important;
  aspect-ratio: 800 / 529 !important;
  background: transparent !important;
}

html body.page-id-1493 .steinbox-media--05 img {
  object-fit: contain !important;
}

html body.page-id-1493 .steinbox-media--06 {
  grid-column: 1 / -1 !important;
  aspect-ratio: 1400 / 1109 !important;
  background: transparent !important;
}

html body.page-id-1493 .steinbox-media--06 img {
  object-fit: contain !important;
}

html body.page-id-1493 .steinbox-media--07,
html body.page-id-1493 .steinbox-media--08,
html body.page-id-1493 .steinbox-media--09 {
  grid-column: span 4;
  aspect-ratio: 3 / 4;
}

html body.page-id-1493 .steinbox-media--05 {
  grid-column-start: 1;
}

html body.page-id-1493 main p a,
html body.page-id-1493 main li a,
html body.page-id-1493 main .lead a {
  text-decoration: underline !important;
  text-decoration-thickness: .08em !important;
  text-underline-offset: .14em !important;
}

/* Align the home header with the rest of the site after the visual pass. */
html body.home .site-header {
  grid-template-columns: minmax(320px, 1fr) auto auto !important;
  column-gap: clamp(18px, 2.4vw, 46px) !important;
  row-gap: 10px !important;
  min-height: 0 !important;
  padding: 18px 24px !important;
}

html body.home .brand span {
  font-size: clamp(32px, 2.25vw, 44px) !important;
  line-height: .95 !important;
}

html body.home .brand small {
  margin-top: 0 !important;
  font-size: clamp(13px, .9vw, 16px) !important;
  line-height: 1 !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  min-height: 0 !important;
  font-size: clamp(14px, .95vw, 17px) !important;
  line-height: 1 !important;
}

html body:is(.page-id-1493, .page-id-200902) .about-hero .lead {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.2vw, 34px) !important;
  max-width: none !important;
  font-size: clamp(20px, 1.35vw, 26px) !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
}

html body:is(.page-id-1493, .page-id-200902) .about-hero h1 {
  font-size: clamp(64px, 9vw, 158px) !important;
  line-height: .9 !important;
}

html body:is(.page-id-1493, .page-id-200902) .steinbox-statement {
  grid-column: 1 / -1 !important;
  max-width: 1800px !important;
  margin: clamp(12px, 1.5vw, 26px) 0 clamp(48px, 7vw, 120px) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(64px, 9vw, 158px) !important;
  line-height: .9 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

html body:is(.page-id-1493, .page-id-200902) .about-hero .lead > p,
html body:is(.page-id-1493, .page-id-200902) .about-hero .lead > ul {
  grid-column: 1 / 8 !important;
  max-width: 880px !important;
  margin: 0 !important;
}

html body:is(.page-id-1493, .page-id-200902) .about-hero .lead > hr {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

html body:is(.page-id-1493, .page-id-200902) .steinbox-media {
  margin: clamp(18px, 2.4vw, 38px) 0 !important;
  background: #f2f2f2 !important;
  overflow: hidden !important;
}

html body:is(.page-id-1493, .page-id-200902) .steinbox-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover !important;
}

html body:is(.page-id-1493, .page-id-200902) .steinbox-map {
  grid-column: 1 / -1 !important;
  margin: clamp(28px, 4vw, 64px) 0 !important;
  aspect-ratio: 16 / 7 !important;
  background: #f2f2f2 !important;
  overflow: hidden !important;
}

html body:is(.page-id-1493, .page-id-200902) .steinbox-map iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

html body:is(.page-id-1493, .page-id-200902) .steinbox-media--01 {
  grid-column: 1 / -1 !important;
  aspect-ratio: 2388 / 1586 !important;
}

html body:is(.page-id-1493, .page-id-200902) .steinbox-media--02,
html body:is(.page-id-1493, .page-id-200902) .steinbox-media--03,
html body:is(.page-id-1493, .page-id-200902) .steinbox-media--04 {
  grid-column: span 4 !important;
  aspect-ratio: 4 / 5 !important;
}

html body:is(.page-id-1493, .page-id-200902) .steinbox-media--05,
html body:is(.page-id-1493, .page-id-200902) .steinbox-media--06 {
  grid-column: 1 / -1 !important;
  background: transparent !important;
}

html body:is(.page-id-1493, .page-id-200902) .steinbox-media--05 {
  aspect-ratio: 800 / 529 !important;
}

html body:is(.page-id-1493, .page-id-200902) .steinbox-media--06 {
  aspect-ratio: 1400 / 1109 !important;
}

html body:is(.page-id-1493, .page-id-200902) .steinbox-media--05 img,
html body:is(.page-id-1493, .page-id-200902) .steinbox-media--06 img {
  object-fit: contain !important;
}

html body:is(.page-id-1493, .page-id-200902) .steinbox-media--07,
html body:is(.page-id-1493, .page-id-200902) .steinbox-media--08,
html body:is(.page-id-1493, .page-id-200902) .steinbox-media--09 {
  grid-column: span 4 !important;
  aspect-ratio: 3 / 4 !important;
}

html body:is(.page-id-1493, .page-id-200902) main p a,
html body:is(.page-id-1493, .page-id-200902) main li a,
html body:is(.page-id-1493, .page-id-200902) main .lead a {
  text-decoration: underline !important;
  text-decoration-thickness: .08em !important;
  text-underline-offset: .14em !important;
}

@media (max-width: 760px) {
  html body:is(.page-id-1493, .page-id-200902) .steinbox-media--02,
  html body:is(.page-id-1493, .page-id-200902) .steinbox-media--03,
  html body:is(.page-id-1493, .page-id-200902) .steinbox-media--04,
  html body:is(.page-id-1493, .page-id-200902) .steinbox-media--07,
  html body:is(.page-id-1493, .page-id-200902) .steinbox-media--08,
  html body:is(.page-id-1493, .page-id-200902) .steinbox-media--09 {
    grid-column: 1 / -1 !important;
  }

  html body:is(.page-id-1493, .page-id-200902) .steinbox-map {
    aspect-ratio: 4 / 3 !important;
  }
}

html body.single-kleinstein_activity .essay-detail-header h1 {
  max-width: min(1180px, 100%) !important;
  font-size: clamp(42px, 6.2vw, 112px) !important;
  line-height: .92 !important;
  text-transform: uppercase !important;
}

html body.single-kleinstein_activity .essay-body {
  width: min(100%, 1060px) !important;
  margin-left: clamp(18px, 4.6vw, 84px) !important;
  padding-right: clamp(0px, 8vw, 180px) !important;
}

html body.single-kleinstein_activity .essay-body p,
html body.single-kleinstein_activity .essay-body li {
  max-width: 860px !important;
  font-size: clamp(19px, 1.25vw, 25px) !important;
  line-height: 1.42 !important;
  font-weight: 700 !important;
}

@media (max-width: 760px) {
  html body.single-kleinstein_activity .essay-detail-header h1 {
    font-size: clamp(38px, 13vw, 68px) !important;
    line-height: .94 !important;
  }

  html body.single-kleinstein_activity .essay-body {
    margin-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Home laptop fit correction, 2026-06-25. Keep this as the final home override. */
html body.home {
  overflow-x: hidden !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.home .site-header {
  position: sticky !important;
  top: var(--wp-admin--admin-bar--height, 0px) !important;
  z-index: 1000 !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 1fr) auto auto !important;
  align-items: center !important;
  gap: 18px 28px !important;
  min-height: 92px !important;
  padding: 16px 28px !important;
  overflow: visible !important;
  background: #fff !important;
  border-bottom: 1px solid #111 !important;
}

html body.home .brand span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(34px, 2.55vw, 48px) !important;
  line-height: .84 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

html body.home .brand small {
  margin-top: 6px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(13px, .95vw, 17px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

html body.home .primary-nav,
html body.home .language-switch {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  justify-self: end !important;
  gap: 18px !important;
}

html body.home .primary-nav ul,
html body.home .primary-nav .menu {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(17px, 1.1vw, 21px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  display: flex !important;
  align-items: flex-end !important;
  min-height: calc(100svh - 92px - var(--wp-admin--admin-bar--height, 0px)) !important;
  padding: clamp(24px, 4vh, 54px) clamp(22px, 2vw, 38px) clamp(26px, 4.5vh, 52px) !important;
  overflow: hidden !important;
}

html body.home .hero-copy {
  width: 100% !important;
  max-width: min(1120px, calc(100vw - 64px)) !important;
  padding: 0 !important;
}

html body.home .kicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(15px, .95vw, 19px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

html body.home .hero h1 {
  max-width: min(1080px, calc(100vw - 64px)) !important;
  margin: clamp(12px, 1.6vh, 20px) 0 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(48px, min(5vw, 7.7vh), 84px) !important;
  line-height: .88 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
}

html body.home .hero h1 span {
  display: block !important;
}

html body.home .lead {
  max-width: min(760px, calc(100vw - 64px)) !important;
  margin: clamp(16px, 2vh, 24px) 0 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(18px, 1.2vw, 23px) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

html body.home .hero-media {
  opacity: .18 !important;
}

@media (min-width: 900px) and (max-height: 760px) {
  html body.home .site-header {
    min-height: 78px !important;
    padding: 13px 24px !important;
  }

  html body.home .brand span {
    font-size: 35px !important;
  }

  html body.home .brand small {
    font-size: 13px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: 17px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: calc(100svh - 78px - var(--wp-admin--admin-bar--height, 0px)) !important;
    padding-bottom: 30px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(42px, min(4.5vw, 7vh), 68px) !important;
  }

  html body.home .lead {
    font-size: 18px !important;
  }
}

@media (max-width: 1180px) {
  html body.home .site-header {
    position: relative !important;
    top: auto !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  html body.home .primary-nav,
  html body.home .language-switch,
  html body.home .primary-nav ul,
  html body.home .primary-nav .menu {
    justify-self: start !important;
    justify-content: flex-start !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: auto !important;
    padding: 52px 18px 44px !important;
  }

  html body.home .hero-copy,
  html body.home .hero h1,
  html body.home .lead {
    max-width: 100% !important;
  }

  html body.home .hero h1 {
    font-size: clamp(46px, 8.2vw, 74px) !important;
  }
}

@media (max-width: 680px) {
  html body.home .site-header {
    padding: 15px 16px !important;
  }

  html body.home .brand span {
    font-size: clamp(34px, 11vw, 44px) !important;
  }

  html body.home .brand small {
    font-size: 12px !important;
    white-space: normal !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu,
  html body.home .language-switch {
    gap: 8px 14px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: 16px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding: 40px 16px 36px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(40px, 12.8vw, 60px) !important;
    line-height: .9 !important;
  }

  html body.home .lead {
    font-size: 18px !important;
  }
}

/* Home page sanity lock, 2026-06-25. Keep this final. */
html body.home {
  margin: 0 !important;
  overflow-x: hidden !important;
  color: #111 !important;
  background: #fff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

html body.home .site-header,
html body.home .site-header *,
html body.home .home-hero,
html body.home .home-hero *,
html body.home .hero,
html body.home .hero * {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  letter-spacing: 0 !important;
}

html body.home .site-header {
  position: sticky !important;
  top: var(--wp-admin--admin-bar--height, 0px) !important;
  z-index: 1000 !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 1fr) auto auto !important;
  align-items: center !important;
  gap: 12px clamp(18px, 2vw, 32px) !important;
  min-height: 76px !important;
  padding: 12px clamp(18px, 2vw, 30px) !important;
  background: rgba(255, 255, 255, .97) !important;
  border-bottom: 1px solid #111 !important;
  overflow: visible !important;
}

html body.admin-bar.home .site-header {
  top: 32px !important;
}

html body.home .brand {
  display: block !important;
  color: #111 !important;
  text-decoration: none !important;
}

html body.home .brand span {
  display: block !important;
  font-size: clamp(30px, 2.1vw, 40px) !important;
  line-height: .9 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body.home .brand small {
  display: block !important;
  margin-top: 5px !important;
  font-size: clamp(12px, .78vw, 15px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body.home .primary-nav,
html body.home .language-switch {
  display: flex !important;
  align-items: center !important;
  justify-self: end !important;
  gap: clamp(10px, 1.1vw, 20px) !important;
}

html body.home .primary-nav ul,
html body.home .primary-nav .menu {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: clamp(14px, 1.7vw, 30px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  position: relative !important;
  display: inline-block !important;
  padding: 2px 0 !important;
  min-height: 0 !important;
  font-size: clamp(14px, .92vw, 18px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #111 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  isolation: isolate !important;
}

html body.home .primary-nav a::after,
html body.home .language-switch a::after {
  content: "" !important;
  position: absolute !important;
  left: -3px !important;
  right: -3px !important;
  bottom: -1px !important;
  z-index: -1 !important;
  height: .62em !important;
  background: #fff200 !important;
  opacity: 0 !important;
  transform: rotate(-1deg) !important;
}

html body.home .primary-nav a:hover::after,
html body.home .primary-nav a:focus-visible::after,
html body.home .primary-nav .current-menu-item>a::after,
html body.home .primary-nav .current_page_item>a::after,
html body.home .primary-nav a[aria-current="page"]::after,
html body.home .language-switch a:hover::after,
html body.home .language-switch a:focus-visible::after,
html body.home .language-switch a.is-current::after,
html body.home .language-switch a[aria-current="true"]::after {
  opacity: 1 !important;
}

html body.home .hero,
html body.home .hero.has-hero-media,
html body.home .hero.home-hero,
html body.home .hero.home-hero.has-hero-media {
  position: relative !important;
  isolation: isolate !important;
  display: flex !important;
  align-items: flex-end !important;
  min-height: calc(100svh - 76px - var(--wp-admin--admin-bar--height, 0px)) !important;
  margin: 0 !important;
  padding: clamp(16px, 2.2vh, 30px) clamp(20px, 2.2vw, 38px) clamp(22px, 3.2vh, 42px) !important;
  border-bottom: 1px solid #111 !important;
  overflow: hidden !important;
  background: #fff !important;
}

html body.home .hero-media,
html body.home .hero-media .illustration-stage,
html body.home .hero-media img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home .hero-media {
  z-index: -2 !important;
  overflow: hidden !important;
  opacity: .16 !important;
  pointer-events: none !important;
}

html body.home .hero-media img {
  object-fit: cover !important;
  object-position: center center !important;
}

html body.home .hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.74) 60%, rgba(255,255,255,.42)) !important;
  pointer-events: none !important;
}

html body.home .hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: min(1040px, calc(100vw - 56px)) !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home .kicker {
  display: inline !important;
  margin: 0 0 clamp(8px, 1.2vh, 16px) !important;
  font-size: clamp(14px, .86vw, 17px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  box-decoration-break: clone !important;
  -webkit-box-decoration-break: clone !important;
  background: linear-gradient(transparent 46%, #fff200 46%, #fff200 84%, transparent 84%) !important;
}

html body.home .hero h1 {
  max-width: min(1040px, calc(100vw - 56px)) !important;
  margin: clamp(8px, 1.1vh, 15px) 0 0 !important;
  font-size: clamp(40px, 3.55vw, 64px) !important;
  line-height: .9 !important;
  font-weight: 800 !important;
  text-transform: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

html body.home .hero h1 span {
  display: block !important;
}

html body.home .lead {
  max-width: min(700px, calc(100vw - 56px)) !important;
  margin: clamp(14px, 1.8vh, 22px) 0 0 !important;
  font-size: clamp(16px, 1vw, 20px) !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
}

@media (min-width: 900px) and (max-height: 820px) {
  html body.home .site-header {
    min-height: 68px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  html body.home .brand span {
    font-size: clamp(28px, 2vw, 36px) !important;
  }

  html body.home .brand small {
    font-size: 12px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: clamp(13px, .88vw, 16px) !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: calc(100svh - 68px - var(--wp-admin--admin-bar--height, 0px)) !important;
    padding-top: 14px !important;
    padding-bottom: 22px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(38px, 3.25vw, 56px) !important;
    line-height: .92 !important;
  }

  html body.home .lead {
    max-width: 660px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 1180px) {
  html body.home .site-header {
    position: relative !important;
    top: auto !important;
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    min-height: 0 !important;
  }

  html body.home .primary-nav,
  html body.home .language-switch {
    justify-self: start !important;
    flex-wrap: wrap !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu {
    flex-wrap: wrap !important;
    gap: 14px 20px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: auto !important;
    padding: 40px 18px 44px !important;
  }

  html body.home .hero h1 {
    max-width: calc(100vw - 36px) !important;
    font-size: clamp(38px, 7vw, 58px) !important;
  }
}

@media (max-width: 680px) {
  html body.home .brand span {
    font-size: clamp(34px, 10vw, 44px) !important;
  }

  html body.home .brand small {
    font-size: 12px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: 15px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(34px, 10.5vw, 48px) !important;
  }

  html body.home .lead {
    font-size: 16px !important;
  }
}

/* Home visual reset, 2026-06-25. Keep this at the very end. */
html,
body {
  overflow-x: hidden !important;
}

html body,
html body.home,
html body.home .site-header,
html body.home .site-header *,
html body.home .hero,
html body.home .hero * {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

html body.home .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  display: grid !important;
  grid-template-columns: minmax(300px, auto) 1fr auto !important;
  align-items: center !important;
  gap: clamp(18px, 2.2vw, 44px) !important;
  min-height: 96px !important;
  padding: 18px 28px !important;
  background: #fff !important;
  border-bottom: 1px solid #111 !important;
}

html body.admin-bar.home .site-header {
  top: 32px !important;
}

html body.home .brand {
  display: inline-flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  color: #111 !important;
  text-decoration: none !important;
}

html body.home .brand span {
  font-size: clamp(34px, 2.55vw, 50px) !important;
  line-height: .88 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body.home .brand small {
  font-size: clamp(13px, 1vw, 18px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.home .primary-nav {
  justify-self: end !important;
}

html body.home .primary-nav,
html body.home .primary-nav ul,
html body.home .primary-nav .menu,
html body.home .language-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: clamp(18px, 2vw, 42px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home .language-switch {
  gap: 18px !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  display: inline-block !important;
  color: #111 !important;
  font-size: clamp(17px, 1.15vw, 23px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.home .primary-nav a:hover,
html body.home .primary-nav a:focus-visible,
html body.home .primary-nav a[aria-current="page"],
html body.home .language-switch a:hover,
html body.home .language-switch a:focus-visible,
html body.home .language-switch a[aria-current="true"] {
  background: linear-gradient(transparent 50%, #fff200 50%) !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  position: relative !important;
  min-height: calc(100svh - 96px - var(--wp-admin--admin-bar--height, 0px)) !important;
  display: flex !important;
  align-items: flex-end !important;
  padding: clamp(18px, 3.2vh, 44px) clamp(22px, 2.2vw, 40px) clamp(24px, 4vh, 54px) !important;
  overflow: hidden !important;
  background: #fff !important;
}

html body.home .hero-media,
html body.home .hero-illustrations {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: .2 !important;
  pointer-events: none !important;
}

html body.home .hero-media .illustration-stage,
html body.home .hero-media img {
  width: 100% !important;
  height: 100% !important;
}

html body.home .hero-media img {
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  mix-blend-mode: multiply !important;
}

html body.home .hero-media figcaption {
  position: absolute !important;
  top: 10px !important;
  left: 14px !important;
  z-index: 1 !important;
  color: #e7e7e7 !important;
  font-size: clamp(14px, 1.2vw, 24px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

html body.home .hero-copy {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: min(1180px, calc(100vw - 56px)) !important;
  margin: 0 !important;
}

html body.home .kicker {
  display: inline !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(16px, 1.3vw, 24px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  background: linear-gradient(transparent 56%, #fff200 56%) !important;
}

html body.home .hero h1 {
  max-width: min(1180px, calc(100vw - 56px)) !important;
  margin: 14px 0 0 !important;
  color: #111 !important;
  font-size: clamp(50px, 5.55vw, 94px) !important;
  line-height: .88 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html body.home .hero h1 span {
  display: block !important;
}

html body.home .lead {
  max-width: min(940px, calc(100vw - 56px)) !important;
  margin: clamp(20px, 3vh, 34px) 0 0 !important;
  color: #111 !important;
  font-size: clamp(20px, 1.75vw, 31px) !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
}

@media (min-width: 900px) and (max-height: 850px) {
  html body.home .site-header {
    min-height: 84px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: calc(100svh - 84px - var(--wp-admin--admin-bar--height, 0px)) !important;
    padding-top: 18px !important;
    padding-bottom: 30px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(46px, 4.8vw, 78px) !important;
  }

  html body.home .lead {
    max-width: 760px !important;
    font-size: clamp(18px, 1.55vw, 27px) !important;
  }
}

@media (max-width: 1180px) {
  html body.home .site-header {
    position: relative !important;
    top: auto !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  html body.home .primary-nav,
  html body.home .primary-nav ul,
  html body.home .primary-nav .menu,
  html body.home .language-switch {
    justify-content: flex-start !important;
    justify-self: start !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: auto !important;
    padding: 34px 18px 44px !important;
  }

  html body.home .hero-copy,
  html body.home .hero h1,
  html body.home .lead {
    max-width: 100% !important;
  }

  html body.home .hero h1 {
    font-size: clamp(44px, 8.6vw, 78px) !important;
  }
}

@media (max-width: 720px) {
  html body.home .site-header {
    padding: 16px !important;
  }

  html body.home .brand span {
    font-size: clamp(30px, 11vw, 44px) !important;
  }

  html body.home .brand small {
    font-size: 12px !important;
    white-space: normal !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: 15px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding: 34px 16px 38px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(38px, 13.6vw, 58px) !important;
    line-height: .9 !important;
  }

  html body.home .lead {
    font-size: 18px !important;
  }
}

/* KLEINSTEIN home visual checkpoint 2026-06-25.
   Keeps the WordPress front page close to the approved static demo. */
html body.home {
  overflow-x: hidden !important;
  background: #fff !important;
}

html body.home,
html body.home .site-header,
html body.home .site-header *,
html body.home .hero,
html body.home .hero *,
html body.home .section,
html body.home .section * {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

html body.home .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 80 !important;
  display: grid !important;
  grid-template-columns: minmax(330px, 1fr) auto auto !important;
  align-items: center !important;
  gap: 34px !important;
  min-height: 92px !important;
  padding: 18px 28px 16px !important;
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid #111 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body.admin-bar.home .site-header {
  top: 32px !important;
}

html body.home .brand {
  display: block !important;
  width: max-content !important;
  color: #111 !important;
  text-decoration: none !important;
}

html body.home .brand span {
  display: block !important;
  font-size: 48px !important;
  line-height: .9 !important;
  font-weight: 800 !important;
}

html body.home .brand small {
  display: block !important;
  margin-top: 6px !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.home .primary-nav,
html body.home .language-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body.home .primary-nav ul,
html body.home .primary-nav .menu {
  display: flex !important;
  gap: 34px !important;
  align-items: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home .primary-nav > a {
  margin-left: 34px !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 0 !important;
  color: #111 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.home .language-switch {
  gap: 20px !important;
}

html body.home .primary-nav a::after,
html body.home .language-switch a::after {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 14px !important;
  background: #fff200 !important;
  z-index: -1 !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: calc(100svh - 92px - var(--wp-admin--admin-bar--height, 0px)) !important;
  padding: 28px 28px 48px !important;
  border-bottom: 1px solid #111 !important;
  overflow: hidden !important;
}

html body.home .hero-media,
html body.home .hero.has-hero-media .hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: .22 !important;
  pointer-events: none !important;
}

html body.home .hero-media .illustration-stage,
html body.home .hero-media img {
  width: 100% !important;
  height: 100% !important;
}

html body.home .hero-media img {
  display: block !important;
  object-fit: cover !important;
  object-position: center 46% !important;
  filter: grayscale(100%) contrast(110%) !important;
}

html body.home .hero::after {
  z-index: 1 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 42%, rgba(255,255,255,.16) 78%, rgba(255,255,255,0) 100%) !important;
}

html body.home .hero-media figcaption {
  position: absolute !important;
  top: 12px !important;
  left: 28px !important;
  z-index: 2 !important;
  color: rgba(0,0,0,.06) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

html body.home .hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  display: block !important;
}

html body.home .kicker {
  display: inline !important;
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  background: linear-gradient(transparent 45%, #fff200 45%, #fff200 83%, transparent 83%) !important;
  box-decoration-break: clone !important;
  -webkit-box-decoration-break: clone !important;
}

html body.home .hero h1 {
  max-width: 1120px !important;
  margin: 18px 0 0 !important;
  font-size: 86px !important;
  line-height: .88 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

html body.home .lead {
  max-width: 760px !important;
  margin: 26px 0 0 !important;
  font-size: 24px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
}

@media (min-width: 1600px) {
  html body.home .site-header {
    min-height: 104px !important;
    padding: 22px 32px 18px !important;
  }

  html body.home .brand span {
    font-size: 56px !important;
  }

  html body.home .brand small {
    font-size: 19px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: 24px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: calc(100svh - 104px - var(--wp-admin--admin-bar--height, 0px)) !important;
    padding: 34px 32px 58px !important;
  }

  html body.home .hero h1 {
    max-width: 1320px !important;
    font-size: 106px !important;
  }

  html body.home .lead {
    max-width: 880px !important;
    font-size: 28px !important;
  }
}

@media (max-width: 1440px) {
  html body.home .site-header {
    min-height: 86px !important;
    padding: 14px 24px 13px !important;
    gap: 28px !important;
  }

  html body.home .brand span {
    font-size: 40px !important;
  }

  html body.home .brand small {
    font-size: 14px !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu {
    gap: 28px !important;
  }

  html body.home .primary-nav > a {
    margin-left: 28px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    min-height: 30px !important;
    font-size: 19px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: calc(100svh - 86px - var(--wp-admin--admin-bar--height, 0px)) !important;
    padding: 24px 24px 40px !important;
  }

  html body.home .hero-copy {
    max-width: 1180px !important;
  }

  html body.home .hero h1 {
    max-width: 1000px !important;
    font-size: 72px !important;
    line-height: .88 !important;
  }

  html body.home .lead {
    max-width: 700px !important;
    font-size: 21px !important;
  }
}

@media (max-width: 1180px) {
  html body.home .site-header {
    position: relative !important;
    top: auto !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  html body.home .primary-nav,
  html body.home .language-switch {
    justify-content: flex-start !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu {
    flex-wrap: wrap !important;
    gap: 12px 22px !important;
  }

  html body.home .language-switch {
    gap: 18px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: auto !important;
    padding: 56px 18px 48px !important;
  }

  html body.home .hero-copy,
  html body.home .hero h1,
  html body.home .lead {
    max-width: 100% !important;
  }

  html body.home .hero h1 {
    font-size: 62px !important;
  }
}

@media (max-width: 680px) {
  html body.home .site-header {
    padding: 15px 16px !important;
  }

  html body.home .brand span {
    font-size: 34px !important;
  }

  html body.home .brand small {
    font-size: 12px !important;
    white-space: normal !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a,
  html body.home .kicker {
    font-size: 16px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding: 42px 16px 38px !important;
  }

  html body.home .hero h1 {
    font-size: 46px !important;
    line-height: .92 !important;
  }

  html body.home .lead {
    font-size: 18px !important;
    line-height: 1.22 !important;
  }

  html body.home .hero-media {
    opacity: .14 !important;
  }
}

/* Home composition repair, 2026-06-25. Keep this at the very end. */
html body.home,
html body.home * {
  letter-spacing: 0 !important;
}

html body.home {
  margin: 0 !important;
  overflow-x: hidden !important;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif !important;
  color: #111 !important;
  background: #fff !important;
}

html body.home .site-header {
  position: sticky !important;
  top: var(--wp-admin--admin-bar--height, 0px) !important;
  z-index: 100 !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 1fr) auto auto !important;
  align-items: center !important;
  gap: 28px !important;
  min-height: 96px !important;
  padding: 18px 28px !important;
  border-bottom: 1px solid #111 !important;
  background: #fff !important;
}

html body.home .brand {
  display: block !important;
  color: #111 !important;
  text-decoration: none !important;
}

html body.home .brand span {
  display: block !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(38px, 2.6vw, 52px) !important;
  line-height: .82 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body.home .brand small {
  display: block !important;
  margin-top: 8px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(14px, 1vw, 18px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body.home .primary-nav,
html body.home .language-switch {
  display: flex !important;
  align-items: center !important;
  justify-self: end !important;
  gap: 20px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html body.home .primary-nav ul,
html body.home .primary-nav .menu {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  position: relative !important;
  display: inline-block !important;
  padding: 2px 0 !important;
  min-height: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(18px, 1.25vw, 24px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #111 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.home .primary-nav a::after,
html body.home .language-switch a::after {
  content: "" !important;
  position: absolute !important;
  left: -2px !important;
  right: -2px !important;
  bottom: 1px !important;
  z-index: -1 !important;
  height: .55em !important;
  background: #fff200 !important;
  opacity: 0 !important;
  transform: rotate(-1deg) scaleX(.98) !important;
  transform-origin: left center !important;
}

html body.home .primary-nav a:hover::after,
html body.home .primary-nav a:focus-visible::after,
html body.home .primary-nav .current-menu-item > a::after,
html body.home .language-switch a:hover::after,
html body.home .language-switch a:focus-visible::after,
html body.home .language-switch a.is-current::after {
  opacity: 1 !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  position: relative !important;
  isolation: isolate !important;
  display: flex !important;
  align-items: flex-end !important;
  min-height: calc(100svh - 96px - var(--wp-admin--admin-bar--height, 0px)) !important;
  margin: 0 !important;
  padding: clamp(18px, 2.2vh, 34px) clamp(22px, 2.2vw, 40px) clamp(30px, 4.8vh, 64px) !important;
  border-bottom: 1px solid #111 !important;
  overflow: hidden !important;
  background: #fff !important;
}

html body.home .hero-media,
html body.home .hero-media .illustration-stage,
html body.home .hero-media img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home .hero-media {
  z-index: -2 !important;
  overflow: hidden !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

html body.home .hero-media img {
  object-fit: cover !important;
  object-position: center center !important;
}

html body.home .hero::after {
  content: none !important;
}

html body.home .hero-media figcaption {
  position: absolute !important;
  top: 12px !important;
  left: clamp(22px, 2.2vw, 40px) !important;
  z-index: 1 !important;
  margin: 0 !important;
  color: rgba(17, 17, 17, .08) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

html body.home .hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: min(1280px, calc(100vw - 64px)) !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home .kicker {
  display: inline !important;
  margin: 0 0 clamp(12px, 1.7vh, 24px) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(17px, 1.05vw, 22px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  box-decoration-break: clone !important;
  -webkit-box-decoration-break: clone !important;
  background: linear-gradient(transparent 46%, #fff200 46%, #fff200 82%, transparent 82%) !important;
}

html body.home .hero h1 {
  max-width: min(1240px, calc(100vw - 64px)) !important;
  margin: clamp(14px, 1.8vh, 26px) 0 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(54px, 5.45vw, 104px) !important;
  line-height: .86 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

html body.home .lead {
  max-width: min(780px, calc(100vw - 64px)) !important;
  margin: clamp(18px, 2.4vh, 32px) 0 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(20px, 1.35vw, 28px) !important;
  line-height: 1.24 !important;
  font-weight: 800 !important;
}

@media (min-width: 900px) and (max-height: 850px) {
  html body.home .site-header {
    min-height: 82px !important;
    padding: 14px 26px !important;
  }

  html body.home .brand span {
    font-size: clamp(34px, 2.35vw, 42px) !important;
  }

  html body.home .brand small {
    margin-top: 6px !important;
    font-size: 14px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: 18px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: calc(100svh - 82px - var(--wp-admin--admin-bar--height, 0px)) !important;
    padding-bottom: 34px !important;
  }

  html body.home .hero h1 {
    max-width: min(1100px, calc(100vw - 56px)) !important;
    font-size: clamp(48px, 4.75vw, 78px) !important;
  }

  html body.home .lead {
    max-width: 720px !important;
    font-size: 19px !important;
  }
}

@media (max-width: 1180px) {
  html body.home .site-header {
    position: relative !important;
    top: auto !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  html body.home .primary-nav,
  html body.home .language-switch {
    justify-self: start !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: auto !important;
    padding: 56px 18px 48px !important;
  }

  html body.home .hero-copy,
  html body.home .hero h1,
  html body.home .lead {
    max-width: 100% !important;
  }

  html body.home .hero h1 {
    font-size: clamp(48px, 9.2vw, 84px) !important;
  }
}

@media (max-width: 680px) {
  html body.home .site-header {
    padding: 15px 16px !important;
  }

  html body.home .brand span {
    font-size: clamp(34px, 11vw, 46px) !important;
  }

  html body.home .brand small {
    font-size: 12px !important;
    white-space: normal !important;
  }

  html body.home .primary-nav ul,
  html body.home .primary-nav .menu,
  html body.home .language-switch {
    gap: 8px 14px !important;
  }

  html body.home .primary-nav a,
  html body.home .language-switch a {
    font-size: 16px !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    padding: 42px 16px 38px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(42px, 14.8vw, 66px) !important;
    line-height: .9 !important;
  }

  html body.home .lead {
    font-size: 18px !important;
  }
}

/* Final home illustration visibility override, 2026-06-28. */
html body.home .hero-media,
html body.home .hero.has-hero-media .hero-media {
  opacity: 1 !important;
}

html body.home .hero::after,
html body.home .hero.has-hero-media::after {
  content: none !important;
  background: none !important;
}

/* ABOUT hero illustration visibility override, 2026-06-28. */
html body.page-template-page-about .about-hero,
html body.page-id-201372 .about-hero {
  min-height: calc(100svh - 96px - var(--wp-admin--admin-bar--height, 0px)) !important;
}

html body.page-template-page-about .about-hero-illustration,
html body.page-id-201372 .about-hero-illustration {
  inset: 10% -18vw auto auto !important;
  width: min(76vw, 1120px) !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: right center !important;
  opacity: 1 !important;
  filter: grayscale(100%) contrast(108%) !important;
}

html body.page-template-page-about .about-hero h1,
html body.page-id-201372 .about-hero h1 {
  text-transform: uppercase !important;
}

html body .about-page--en .about-hero-title-en {
  max-width: min(1280px, 82vw) !important;
  font-size: clamp(42px, 5.3vw, 96px) !important;
  line-height: .94 !important;
}

html body .about-page--en .about-hero-title-en span {
  display: block !important;
}

html body .about-page--en .about-hero-title-en .about-hero-title-break {
  margin-top: .34em !important;
}

/* Site-wide text-link hover marker, 2026-06-28. */
html body main p a,
html body main li a,
html body main address a,
html body main .lead a,
html body main .about-copy a,
html body main .company-info a,
html body main .showroom-block a,
html body main .contact-guidance a {
  color: inherit !important;
  text-decoration: none !important;
  background-image: linear-gradient(transparent 56%, #fff200 56%, #fff200 88%, transparent 88%) !important;
  background-size: 0 100% !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  transition: background-size 160ms ease !important;
}

html body main p a:hover,
html body main p a:focus-visible,
html body main li a:hover,
html body main li a:focus-visible,
html body main address a:hover,
html body main address a:focus-visible,
html body main .lead a:hover,
html body main .lead a:focus-visible,
html body main .about-copy a:hover,
html body main .about-copy a:focus-visible,
html body main .company-info a:hover,
html body main .company-info a:focus-visible,
html body main .showroom-block a:hover,
html body main .showroom-block a:focus-visible,
html body main .contact-guidance a:hover,
html body main .contact-guidance a:focus-visible {
  background-size: 100% 100% !important;
}

/* Home page simplification pass, 2026-06-28.
   Reduce rule-heavy framing and make the front page feel like a clear entrance. */
html body.home main#top {
  background: #fff !important;
}

html body.home .home-top-cover {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  background: #fff !important;
}

html body.home .home-top-cover img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

html body.home .hero,
html body.home .hero.has-hero-media {
  min-height: auto !important;
  padding: clamp(28px, 4vh, 58px) clamp(22px, 3vw, 52px) clamp(40px, 7vh, 92px) !important;
  border-bottom: 0 !important;
  align-items: flex-end !important;
}

html body.home .hero-copy {
  max-width: min(1320px, calc(100vw - 44px)) !important;
}

html body.home .kicker {
  display: inline !important;
  margin: 0 0 clamp(16px, 2.2vh, 30px) !important;
  font-size: clamp(16px, 1.05vw, 22px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  background: linear-gradient(transparent 46%, #fff200 46%, #fff200 82%, transparent 82%) !important;
}

html body.home .hero h1 {
  max-width: min(1180px, calc(100vw - 44px)) !important;
  margin: 0 !important;
  font-size: clamp(58px, 7.2vw, 138px) !important;
  line-height: .86 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

html body.home .lead {
  max-width: min(840px, calc(100vw - 44px)) !important;
  margin: clamp(22px, 3vh, 42px) 0 0 !important;
  font-size: clamp(19px, 1.45vw, 30px) !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
}

html body.home .hero-media,
html body.home .hero.has-hero-media .hero-media {
  opacity: .9 !important;
}

html body.home .hero-media img {
  object-fit: cover !important;
  object-position: center center !important;
  filter: grayscale(100%) contrast(104%) !important;
}

html body.home .section {
  margin: 0 !important;
  padding: clamp(74px, 9vw, 150px) clamp(22px, 3vw, 52px) !important;
  border: 0 !important;
}

html body.home .section + .section {
  padding-top: clamp(48px, 7vw, 118px) !important;
}

html body.home .section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(18px, 3vw, 42px) !important;
  align-items: end !important;
  margin: 0 0 clamp(34px, 5vw, 78px) !important;
  padding: 0 !important;
  border: 0 !important;
}

html body.home .section-head p {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  font-size: clamp(16px, 1.05vw, 22px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body.home .section-head h2 {
  max-width: min(1220px, 100%) !important;
  margin: 0 !important;
  font-size: clamp(46px, 7.1vw, 126px) !important;
  line-height: .9 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

html body.home .section-link {
  align-self: end !important;
  margin: 0 0 .25em !important;
  border-bottom: 0 !important;
  font-size: clamp(22px, 2vw, 38px) !important;
  line-height: .95 !important;
  white-space: nowrap !important;
}

html body.home .activity-all-link {
  justify-self: start !important;
  width: fit-content !important;
  margin-top: clamp(18px, 2.8vw, 38px) !important;
  font-size: clamp(22px, 2vw, 36px) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  background: linear-gradient(transparent 52%, #fff200 52%, #fff200 86%, transparent 86%) !important;
  text-decoration: none !important;
}

html body.home .home-walk-band {
  position: relative !important;
  min-height: clamp(980px, 160vh, 1480px) !important;
  margin: clamp(-48px, -3vw, -24px) 0 clamp(-40px, -2.4vw, -14px) !important;
  padding: 0 !important;
  background: #fff !important;
  overflow: visible !important;
}

html body.home .home-walk {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: min(64vh, 680px) !important;
  margin: 0 !important;
  padding: clamp(8px, 2.4vw, 34px) clamp(18px, 2.4vw, 42px) !important;
  pointer-events: none !important;
}

html body.home .home-walk.is-fixed {
  position: fixed !important;
  z-index: 2 !important;
}

html body.home .home-walk.is-before {
  top: 50% !important;
  bottom: auto !important;
}

html body.home .home-walk.is-after {
  top: auto !important;
  bottom: 0 !important;
  transform: none !important;
}

html body.home .home-walk-frame {
  grid-area: 1 / 1 !important;
  display: block !important;
  width: min(100%, 1280px) !important;
  height: auto !important;
  max-height: 100% !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: hidden !important;
  clip-path: inset(12px 5px 14px 5px) !important;
  filter: contrast(104%) saturate(108%) !important;
  transition: opacity 80ms linear, visibility 80ms linear !important;
}

html body.home .home-walk-frame:not(.is-active) {
  opacity: 0 !important;
}

html body.home .home-walk-frame.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}

html body.home .home-texts-interlude {
  display: flex !important;
  justify-content: center !important;
  margin: clamp(-34px, -2.4vw, -16px) 0 clamp(-18px, -1vw, -8px) !important;
  padding: 0 clamp(22px, 3vw, 52px) !important;
  background: #fff !important;
}

html body.home .home-texts-interlude img {
  display: block !important;
  width: min(42vw, 620px) !important;
  max-width: 100% !important;
  height: auto !important;
  transform: rotate(-1.2deg) !important;
}

html body.home .home-ai-band {
  min-height: clamp(760px, 132vh, 1120px) !important;
  margin: clamp(-26px, -1.8vw, -12px) 0 clamp(104px, 14vw, 240px) !important;
}

html body.home .home-ai-sequence {
  height: min(54vh, 560px) !important;
  padding: clamp(8px, 1.8vw, 28px) clamp(22px, 3vw, 52px) !important;
}

html body.home .home-ai-frame {
  width: min(42vw, 560px) !important;
  max-width: min(100%, 560px) !important;
  max-height: min(54vh, 560px) !important;
  clip-path: inset(5px) !important;
  filter: contrast(106%) saturate(112%) !important;
}

html body.home .work-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr) !important;
  gap: clamp(22px, 3vw, 54px) !important;
  margin: 0 !important;
}

html body.home .work-feature,
html body.home .work-item {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.home .work-feature {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  gap: clamp(18px, 2vw, 30px) !important;
}

html body.home .work-feature img {
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  border: 0 !important;
}

html body.home .work-feature .type,
html body.home .essay-main .type {
  margin: 0 0 12px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body.home .work-feature h3 {
  max-width: 900px !important;
  margin: 0 !important;
  font-size: clamp(42px, 6vw, 110px) !important;
  line-height: .86 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body.home .work-feature p:not(.type) {
  max-width: 620px !important;
  font-size: clamp(17px, 1.2vw, 23px) !important;
  line-height: 1.24 !important;
  font-weight: 800 !important;
}

html body.home .work-item {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
  padding: 0 0 clamp(26px, 3.4vw, 48px) !important;
}

html body.home .work-item + .work-item {
  padding-top: clamp(20px, 2.6vw, 38px) !important;
  border-top: 1px solid rgba(17, 17, 17, .2) !important;
}

html body.home .work-item span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border: 1px solid #111 !important;
  border-radius: 50% !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-align: center !important;
  font-variant-numeric: tabular-nums !important;
}

html body.home .work-item h3 {
  margin: 0 !important;
  font-size: clamp(30px, 3.6vw, 66px) !important;
  line-height: .9 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body.home .activities-section,
html body.home .essays-section {
  display: grid !important;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr) !important;
  gap: clamp(28px, 5vw, 82px) !important;
  align-items: start !important;
}

html body.home .activities-section .section-head,
html body.home .essays-section .section-head {
  display: block !important;
  margin: 0 !important;
}

html body.home .activity-list {
  display: grid !important;
  gap: clamp(18px, 2.4vw, 32px) !important;
  border: 0 !important;
  margin: 0 !important;
}

html body.home .activity-entry,
html body.home .activity-list article {
  display: grid !important;
  grid-template-columns: 88px max-content minmax(0, 1fr) !important;
  gap: clamp(14px, 1.8vw, 26px) !important;
  align-items: baseline !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.home .activity-entry time,
html body.home .activity-entry .label {
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.home .activity-title,
html body.home .activity-list h3 {
  margin: 0 !important;
  font-size: clamp(24px, 2.7vw, 48px) !important;
  line-height: .98 !important;
  font-weight: 900 !important;
}

html body.home .essay-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(24px, 3vw, 44px) !important;
}

html body.home .essay-main {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
}

html body.home .essay-main h3 {
  max-width: 900px !important;
  margin: 0 !important;
  font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif !important;
  font-size: clamp(48px, 6.4vw, 116px) !important;
  line-height: .9 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

html body.home .essay-main p:not(.type) {
  max-width: 760px !important;
  margin-top: clamp(18px, 2vw, 28px) !important;
  font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif !important;
  font-size: clamp(20px, 1.45vw, 28px) !important;
  line-height: 1.22 !important;
  font-weight: 700 !important;
}

html body.home .essay-stack {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
}

html body.home .essay-stack a {
  padding: 0 !important;
  border: 0 !important;
  font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif !important;
  font-size: clamp(28px, 3.1vw, 58px) !important;
  line-height: 1.02 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

html body.home .work-feature:hover h3,
html body.home .work-feature:focus-visible h3,
html body.home .work-item:hover h3,
html body.home .work-item:focus-visible h3,
html body.home .activity-entry:hover .activity-title,
html body.home .activity-entry:focus-visible .activity-title,
html body.home .essay-main:hover h3,
html body.home .essay-main:focus-visible h3,
html body.home .essay-stack a:hover,
html body.home .essay-stack a:focus-visible {
  background: linear-gradient(transparent 52%, #fff200 52%, #fff200 86%, transparent 86%) !important;
}

html body.single .essay-body figure.essay-figure {
  width: min(100%, 980px) !important;
  margin: clamp(42px, 5.2vw, 82px) 0 !important;
}

html body.single .essay-body > figure:not(.essay-figure) {
  width: min(100%, 980px) !important;
  margin: clamp(42px, 5.2vw, 82px) 0 !important;
}

html body.single .essay-body .essay-video-embed {
  width: min(100%, 980px) !important;
  margin: clamp(42px, 5.2vw, 82px) 0 !important;
  aspect-ratio: 16 / 9 !important;
}

html body.single .essay-body .essay-video-embed iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

html body.single .essay-body figure.essay-figure img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

html body.single .essay-body figure.essay-figure--compact {
  width: min(100%, 425px) !important;
}

html body.single .essay-body figure.essay-figure--reflection img + img {
  margin-top: -1px !important;
}

html body.single .essay-body > figure:not(.essay-figure) img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

html body.single .essay-body .essay-image-grid {
  display: grid !important;
  gap: clamp(10px, 1.1vw, 18px) !important;
  align-items: start !important;
}

html body.single .essay-body .essay-image-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body.single .essay-body .essay-image-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body.single .essay-body figure.essay-figure figcaption,
html body.single .essay-body .essay-image-caption {
  display: block !important;
  max-width: 760px !important;
  margin: 0.85em auto 0 !important;
  font-size: clamp(13px, .9vw, 16px) !important;
  line-height: 1.42 !important;
  font-weight: 500 !important;
  font-style: italic !important;
  text-align: center !important;
}

html body.single .essay-body p:has(> img) {
  max-width: min(100%, 980px) !important;
  margin: clamp(42px, 5.2vw, 82px) 0 !important;
  font-size: clamp(13px, .9vw, 16px) !important;
  line-height: 1.42 !important;
  font-style: italic !important;
  text-align: center !important;
}

html body.single .essay-body p:has(> img) img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 0 .85em !important;
}

html body.single .essay-body .sv414-photo {
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
}

html body.single .essay-body > .sv414-photo {
  width: min(100%, 1040px) !important;
  margin: clamp(46px, 6vw, 96px) 0 !important;
}

html body.single .essay-body .sv414-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

html body.single .essay-body .sv414-photo figcaption,
html body.single .essay-body .sv414-photo-caption {
  max-width: none !important;
  margin: .65em 0 0 !important;
  font-family: var(--serif) !important;
  font-size: clamp(11px, .72vw, 13px) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  font-style: normal !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

html body.single .essay-body .sv414-photo--lead {
  width: min(100%, 980px) !important;
}

html body.single .essay-body .sv414-photo--right {
  width: fit-content !important;
  max-width: min(74%, 760px) !important;
  margin-left: auto !important;
}

html body.single .essay-body .sv414-photo--tall {
  width: fit-content !important;
  max-width: 100% !important;
}

html body.single .essay-body .sv414-photo--tall img,
html body.single .essay-body .sv414-photo--right img {
  width: auto !important;
  max-width: 100% !important;
  max-height: min(74vh, 720px) !important;
  object-fit: contain !important;
}

html body.single .essay-body .sv414-photo--tall figcaption,
html body.single .essay-body .sv414-photo--right figcaption {
  width: 100% !important;
  max-width: 100% !important;
}

html body.single .essay-body .sv414-photo-spread {
  width: min(100%, 1120px) !important;
  margin: clamp(54px, 7vw, 118px) 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, .95fr) !important;
  gap: clamp(14px, 1.6vw, 26px) !important;
  align-items: start !important;
}

html body.single .essay-body .sv414-photo-stack {
  display: grid !important;
  gap: clamp(14px, 1.6vw, 26px) !important;
}

@media (max-width: 900px) {
  html body.home .home-top-cover {
    height: auto !important;
  }

  html body.home .hero,
  html body.home .hero.has-hero-media {
    min-height: auto !important;
    padding: 48px 18px 64px !important;
  }

  html body.home .hero h1 {
    font-size: clamp(48px, 13vw, 86px) !important;
  }

  html body.home .section {
    padding: 64px 18px !important;
  }

  html body.home .section-head,
  html body.home .work-grid,
  html body.home .activities-section,
  html body.home .essays-section {
    grid-template-columns: 1fr !important;
  }

  html body.home .section-head h2 {
    font-size: clamp(40px, 12vw, 78px) !important;
  }

  html body.home .section-link {
    align-self: start !important;
    margin-top: 4px !important;
    font-size: clamp(24px, 7vw, 42px) !important;
  }

  html body.home .home-walk-band {
    min-height: clamp(760px, 142vh, 1040px) !important;
    margin: -10px 0 0 !important;
  }

  html body.home .home-walk {
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 52vh !important;
    padding: 10px 14px !important;
  }

  html body.home .home-texts-interlude {
    justify-content: center !important;
    margin: -12px 0 0 !important;
    padding: 0 18px !important;
  }

  html body.home .home-texts-interlude img {
    width: min(86vw, 520px) !important;
  }

  html body.home .home-ai-band {
    min-height: clamp(580px, 118vh, 860px) !important;
    margin-bottom: clamp(78px, 18vw, 150px) !important;
  }

  html body.home .home-ai-sequence {
    height: min(48vh, 420px) !important;
  }

  html body.home .home-ai-frame {
    width: min(74vw, 420px) !important;
    max-height: min(48vh, 420px) !important;
    clip-path: inset(5px) !important;
  }

  html body.home .activity-entry,
  html body.home .activity-list article {
    grid-template-columns: 72px minmax(0, 1fr) !important;
  }

  html body.home .activity-entry .label {
    display: none !important;
  }

  html body.home .work-item {
    grid-template-columns: 38px minmax(0, 1fr) !important;
  }

  .contact-stamp {
    right: 18px;
    bottom: 18px;
    width: clamp(104px, 31vw, 172px);
    opacity: .9;
  }

  html body.single .essay-body {
    padding-right: 0 !important;
  }

  html body.single .essay-body .essay-image-grid--two,
  html body.single .essay-body .essay-image-grid--three {
    grid-template-columns: 1fr !important;
  }

  html body.single .essay-body > .sv414-photo,
  html body.single .essay-body .sv414-photo--lead,
  html body.single .essay-body .sv414-photo--right,
  html body.single .essay-body .sv414-photo-spread {
    width: 100% !important;
    margin-left: 0 !important;
  }

  html body.single .essay-body .sv414-photo-spread {
    grid-template-columns: 1fr !important;
  }

  html body.single .essay-body .sv414-photo--tall img,
  html body.single .essay-body .sv414-photo--right img {
    width: 100% !important;
    max-height: none !important;
  }
}

@media (max-width: 1280px) {
  html body.home .activities-section,
  html body.home .essays-section {
    grid-template-columns: 1fr !important;
  }

  html body.home .activities-section .section-head,
  html body.home .essays-section .section-head {
    margin-bottom: clamp(30px, 5vw, 64px) !important;
  }

  html body.home .activities-section .section-head h2,
  html body.home .essays-section .section-head h2 {
    max-width: min(980px, 100%) !important;
    font-size: clamp(44px, 8.7vw, 112px) !important;
    line-height: .9 !important;
  }
}

/* Keep the home header aligned with the shared archive/page header. */
html body.home .site-header {
  grid-template-columns: minmax(300px, 1fr) minmax(0, auto) auto !important;
  align-items: center !important;
  column-gap: clamp(14px, 2vw, 34px) !important;
  row-gap: 10px !important;
  min-height: 0 !important;
  padding: 16px 24px !important;
}

html body.home .brand {
  display: grid !important;
  gap: 4px !important;
}

html body.home .brand span {
  font-size: clamp(30px, 2vw, 38px) !important;
  line-height: .95 !important;
}

html body.home .brand small {
  margin-top: 0 !important;
  font-size: clamp(12px, .82vw, 15px) !important;
  line-height: 1.05 !important;
}

html body.home .primary-nav,
html body.home .language-switch {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  align-items: center !important;
  align-self: center !important;
  justify-self: end !important;
}

html body.home .primary-nav a,
html body.home .language-switch a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 clamp(7px, .65vw, 12px) !important;
  font-size: clamp(16px, .98vw, 19px) !important;
  line-height: normal !important;
}

/* Keep the shared header visible on every page. */
html body {
  --site-header-offset: 104px;
  --site-header-admin-offset: 0px;
  padding-top: var(--site-header-offset) !important;
  scroll-padding-top: calc(var(--site-header-offset) + 16px);
}

html body.admin-bar {
  --site-header-admin-offset: var(--wp-admin--admin-bar--height, 32px);
  padding-top: calc(var(--site-header-offset) + var(--site-header-admin-offset)) !important;
}

html body .site-header,
html body.home .site-header {
  position: fixed !important;
  top: var(--site-header-admin-offset) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}

@media (max-width: 980px) {
  html body {
    --site-header-offset: 128px;
  }
}

@media (max-width: 700px) {
  html body {
    --site-header-offset: 148px;
  }
}

@media (max-width: 520px) {
  html body {
    --site-header-offset: 164px;
  }
}

.reading-progress {
  position: fixed;
  top: var(--reading-progress-top, var(--site-header-offset, 104px));
  left: 0;
  right: 0;
  z-index: 9998;
  height: 7px;
  pointer-events: none;
  background: transparent;
}

.reading-progress__bar {
  width: 100%;
  height: 100%;
  background: var(--marker);
  transform: scaleX(var(--reading-progress, 0));
  transform-origin: left center;
  transition: transform .08s linear;
}

@media (prefers-reduced-motion: reduce) {
  .reading-progress__bar {
    transition: none;
  }
}

@media (max-width: 900px) {
  html body.single-kleinstein_work .biede-motion-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 48px;
  }

  html body.single-kleinstein_work .biede-motion-photo--01,
  html body.single-kleinstein_work .biede-motion-photo--03,
  html body.single-kleinstein_work .biede-motion-photo--04,
  html body.single-kleinstein_work .biede-motion-photo--05,
  html body.single-kleinstein_work .biede-motion-photo--06,
  html body.single-kleinstein_work .biede-motion-photo--08 {
    grid-column: span 3;
    margin-top: 0 !important;
  }

  html body.single-kleinstein_work .biede-motion-photo--02,
  html body.single-kleinstein_work .biede-motion-photo--07,
  html body.single-kleinstein_work .biede-motion-photo--09,
  html body.single-kleinstein_work .biede-motion-photo--10,
  html body.single-kleinstein_work .biede-motion-photo--11 {
    grid-column: 1 / -1;
    margin-top: 0 !important;
  }

  html body.single-kleinstein_work .biede-project-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 48px;
  }

  html body.single-kleinstein_work .biede-project-photo--01,
  html body.single-kleinstein_work .biede-project-photo--02,
  html body.single-kleinstein_work .biede-project-photo--03,
  html body.single-kleinstein_work .biede-project-photo--05,
  html body.single-kleinstein_work .biede-project-photo--06,
  html body.single-kleinstein_work .biede-project-photo--07,
  html body.single-kleinstein_work .biede-project-photo--09,
  html body.single-kleinstein_work .biede-project-photo--10,
  html body.single-kleinstein_work .biede-project-photo--12,
  html body.single-kleinstein_work .biede-project-photo--13,
  html body.single-kleinstein_work .biede-project-photo--15,
  html body.single-kleinstein_work .biede-project-photo--17 {
    grid-column: span 3;
    margin-top: 0 !important;
  }

  html body.single-kleinstein_work .biede-project-photo--04,
  html body.single-kleinstein_work .biede-project-photo--08,
  html body.single-kleinstein_work .biede-project-photo--11,
  html body.single-kleinstein_work .biede-project-photo--14,
  html body.single-kleinstein_work .biede-project-photo--16,
  html body.single-kleinstein_work .biede-project-photo--18 {
    grid-column: 1 / -1;
    margin-top: 0 !important;
  }

  html body.single-kleinstein_work .tiit-contact-sheet-board {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 48px;
  }

  html body.single-kleinstein_work .tiit-sheet--1,
  html body.single-kleinstein_work .tiit-sheet--6 {
    grid-column: 1 / -1;
  }

  html body.single-kleinstein_work .tiit-sheet--2,
  html body.single-kleinstein_work .tiit-sheet--3,
  html body.single-kleinstein_work .tiit-sheet--4,
  html body.single-kleinstein_work .tiit-sheet--5 {
    grid-column: span 3;
  }

  html body.single-kleinstein_work .mylo-project-gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 48px;
  }

  html body.single-kleinstein_work .mylo-project-photo--01,
  html body.single-kleinstein_work .mylo-project-photo--02,
  html body.single-kleinstein_work .mylo-project-photo--05,
  html body.single-kleinstein_work .mylo-project-photo--06,
  html body.single-kleinstein_work .mylo-project-photo--07,
  html body.single-kleinstein_work .mylo-project-photo--11 {
    grid-column: span 3;
    margin-top: 0 !important;
  }

  html body.single-kleinstein_work .mylo-project-photo--03,
  html body.single-kleinstein_work .mylo-project-photo--04,
  html body.single-kleinstein_work .mylo-project-photo--08,
  html body.single-kleinstein_work .mylo-project-photo--09,
  html body.single-kleinstein_work .mylo-project-photo--10,
  html body.single-kleinstein_work .mylo-project-photo--12 {
    grid-column: 1 / -1;
    margin-top: 0 !important;
  }

  html body.single-kleinstein_work .novesta-openhouse-gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 48px;
  }

  html body.single-kleinstein_work .novesta-openhouse-photo--01,
  html body.single-kleinstein_work .novesta-openhouse-photo--03,
  html body.single-kleinstein_work .novesta-openhouse-photo--05,
  html body.single-kleinstein_work .novesta-openhouse-photo--06,
  html body.single-kleinstein_work .novesta-openhouse-photo--08,
  html body.single-kleinstein_work .novesta-openhouse-photo--10,
  html body.single-kleinstein_work .novesta-openhouse-photo--11 {
    grid-column: span 3;
    margin-top: 0 !important;
  }

  html body.single-kleinstein_work .novesta-openhouse-photo--02,
  html body.single-kleinstein_work .novesta-openhouse-photo--04,
  html body.single-kleinstein_work .novesta-openhouse-photo--07,
  html body.single-kleinstein_work .novesta-openhouse-photo--09,
  html body.single-kleinstein_work .novesta-openhouse-photo--12 {
    grid-column: 1 / -1;
    margin-top: 0 !important;
  }

  html body.single-kleinstein_work .free-magazine-project-gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 48px;
  }

  html body.single-kleinstein_work .free-magazine-project-photo--01,
  html body.single-kleinstein_work .free-magazine-project-photo--03,
  html body.single-kleinstein_work .free-magazine-project-photo--05,
  html body.single-kleinstein_work .free-magazine-project-photo--10 {
    grid-column: span 3;
    margin-top: 0 !important;
  }

  html body.single-kleinstein_work .free-magazine-project-photo--02,
  html body.single-kleinstein_work .free-magazine-project-photo--04,
  html body.single-kleinstein_work .free-magazine-project-photo--06,
  html body.single-kleinstein_work .free-magazine-project-photo--07,
  html body.single-kleinstein_work .free-magazine-project-photo--08,
  html body.single-kleinstein_work .free-magazine-project-photo--09 {
    grid-column: 1 / -1;
    margin-top: 0 !important;
  }

  html body.single-kleinstein_work .noavenue-project-gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 48px;
  }

  html body.single-kleinstein_work .noavenue-project-photo--01,
  html body.single-kleinstein_work .noavenue-project-photo--02,
  html body.single-kleinstein_work .noavenue-project-photo--03 {
    grid-column: 1 / -1;
    margin-top: 0 !important;
  }
}

@media (max-width: 560px) {
  html body.single-kleinstein_work .biede-motion-gallery {
    display: block;
  }

  html body.single-kleinstein_work .biede-motion-photo {
    margin: 0 0 34px !important;
  }

  html body.single-kleinstein_work .biede-project-gallery {
    display: block;
  }

  html body.single-kleinstein_work .biede-project-photo {
    margin: 0 0 34px !important;
  }

  html body.single-kleinstein_work .tiit-contact-sheet-board {
    display: block;
  }

  html body.single-kleinstein_work .tiit-sheet {
    margin: 0 0 42px !important;
  }

  html body.single-kleinstein_work .mylo-project-gallery-grid {
    display: block;
  }

  html body.single-kleinstein_work .mylo-project-photo {
    margin: 0 0 34px !important;
  }

  html body.single-kleinstein_work .novesta-openhouse-gallery-grid {
    display: block;
  }

  html body.single-kleinstein_work .novesta-openhouse-photo {
    margin: 0 0 34px !important;
  }

  html body.single-kleinstein_work .free-magazine-project-gallery-grid {
    display: block;
  }

  html body.single-kleinstein_work .free-magazine-project-photo {
    margin: 0 0 34px !important;
  }

  html body.single-kleinstein_work .noavenue-project-gallery-grid {
    display: block;
  }

  html body.single-kleinstein_work .noavenue-project-photo {
    margin: 0 0 34px !important;
  }
}

html body.single-kleinstein_activity .activity-video-embed {
  width: min(100%, 980px);
  margin: 48px 0;
  aspect-ratio: 16 / 9;
}

html body.single-kleinstein_activity .activity-video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}

html body.home .primary-nav a[aria-current="page"]::after,
html body.home .primary-nav .current-menu-item > a::after,
html body.home .primary-nav .current_page_item > a::after {
  opacity: 0;
  transform: scaleX(0) rotate(-1deg);
}

html body.home .primary-nav a:hover::after,
html body.home .primary-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1) rotate(-1deg);
}

/* Japanese ABOUT layout, 2026-07-04. */
html body .about-page--jp,
html body .about-page--jp * {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
}

html body .about-page--jp .about-hero {
  min-height: calc(100svh - 96px - var(--wp-admin--admin-bar--height, 0px)) !important;
  padding: clamp(120px, 15vh, 190px) 28px clamp(58px, 8vh, 92px) !important;
}

html body .about-page--jp .about-hero-illustration {
  inset: auto 0 clamp(8px, 2vh, 30px) auto !important;
  width: min(76vw, 1500px) !important;
  height: min(98vh, 1120px) !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  opacity: 1 !important;
  filter: grayscale(100%) contrast(112%) !important;
}

html body .about-page--jp .about-hero h1 {
  max-width: min(1180px, 72vw) !important;
  font-size: clamp(58px, 5.2vw, 92px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  -webkit-text-stroke: .012em currentColor !important;
}

html body .about-page--jp .about-hero-title-jp span {
  display: block !important;
}

html body .about-page--jp .about-hero-title-jp .about-latin-strong,
html body .about-page--jp .about-latin-strong {
  display: inline !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 900 !important;
  -webkit-text-stroke: .012em currentColor !important;
}

html body .about-page--jp .about-hero .lead {
  max-width: min(980px, 62vw) !important;
  margin-top: clamp(24px, 3.2vw, 46px) !important;
  font-size: clamp(23px, 1.95vw, 35px) !important;
  line-height: 1.24 !important;
  font-weight: 900 !important;
}

html body .about-page--jp .about-copy,
html body .about-page--jp .practice-list,
html body .about-page--jp .people-grid,
html body .about-page--jp .company-info {
  max-width: min(1280px, calc(100vw - 360px)) !important;
}

html body .about-page--jp .about-grid {
  grid-template-columns: clamp(92px, 10vw, 180px) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 64px) !important;
}

html body .about-page--jp .section-index span {
  font-size: clamp(72px, 9.2vw, 150px) !important;
  font-weight: 900 !important;
  -webkit-text-stroke: .008em currentColor !important;
}

html body .about-page--jp .section-index strong {
  font-size: clamp(20px, 1.65vw, 30px) !important;
}

html body .about-page--jp .about-copy p {
  max-width: 1120px !important;
  font-size: clamp(25px, 2.45vw, 46px) !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
}

html body .about-page--jp .practice-list {
  gap: clamp(34px, 4vw, 62px) !important;
}

html body .about-page--jp .practice-list article {
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr) !important;
  gap: clamp(22px, 3.4vw, 58px) !important;
}

html body .about-page--jp .practice-list h2 {
  font-size: clamp(32px, 3.55vw, 64px) !important;
  line-height: 1 !important;
}

html body .about-page--jp .practice-list p {
  max-width: 900px !important;
  font-size: clamp(19px, 1.55vw, 29px) !important;
}

html body .about-page--jp .person-card {
  grid-template-columns: minmax(260px, .38fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 70px) !important;
}

html body .about-page--jp .person-card h2 {
  font-size: clamp(46px, 5.35vw, 94px) !important;
  line-height: .95 !important;
  white-space: normal !important;
}

html body .about-page--jp .person-copy {
  gap: clamp(22px, 3vw, 44px) !important;
}

html body .about-page--jp .person-copy p {
  font-size: clamp(18px, 1.38vw, 26px) !important;
}

html body .about-page--jp .showroom-block {
  grid-template-columns: minmax(300px, .58fr) minmax(360px, 1fr) !important;
  gap: clamp(28px, 4vw, 70px) !important;
}

html body .about-page--jp .showroom-block h2 {
  font-size: clamp(38px, 4.2vw, 76px) !important;
  line-height: 1 !important;
}

html body .about-page--jp .showroom-block p:not(.kicker),
html body .about-page--jp .showroom-block address {
  max-width: 680px !important;
  font-size: clamp(19px, 1.55vw, 28px) !important;
}

html body .about-page--jp .company-info dl {
  gap: clamp(20px, 2.2vw, 34px) !important;
}

html body .about-page--jp .company-info dl div {
  grid-template-columns: minmax(150px, .25fr) minmax(0, 1fr) !important;
  gap: clamp(20px, 3vw, 52px) !important;
}

html body .about-page--jp .company-info dt,
html body .about-page--jp .company-info dd {
  font-size: clamp(22px, 2.15vw, 39px) !important;
  line-height: 1.12 !important;
}

html body .about-page--jp .company-info dd p {
  max-width: 760px !important;
  font-size: clamp(17px, 1.15vw, 21px) !important;
}

html body .about-page--jp .practice-list p,
html body .about-page--jp .person-copy p,
html body .about-page--jp .showroom-block p:not(.kicker),
html body .about-page--jp .showroom-block address,
html body .about-page--jp .company-info dd p {
  line-height: 1.34 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 980px) {
  html body .about-page--jp .about-hero {
    min-height: auto !important;
    padding: 110px 18px 82px !important;
  }

  html body .about-page--jp .about-hero h1,
  html body .about-page--jp .about-hero .lead {
    max-width: min(100%, 780px) !important;
  }

  html body .about-page--jp .about-hero h1 {
    font-size: clamp(36px, 10vw, 68px) !important;
  }

  html body .about-page--jp .about-hero-illustration {
    position: relative !important;
    inset: auto !important;
    order: 3 !important;
    width: 100vw !important;
    height: auto !important;
    max-width: none !important;
    margin: 34px calc(50% - 50vw) 0 !important;
    object-position: center bottom !important;
  }

  html body .about-page--jp .about-copy,
  html body .about-page--jp .practice-list,
  html body .about-page--jp .people-grid,
  html body .about-page--jp .company-info {
    max-width: 100% !important;
  }

  html body .about-page--jp .about-grid,
  html body .about-page--jp .practice-list article,
  html body .about-page--jp .person-card,
  html body .about-page--jp .showroom-block,
  html body .about-page--jp .company-info dl div {
    grid-template-columns: 1fr !important;
  }

  html body .about-page--jp .section-index {
    position: static !important;
  }

  html body .about-page--jp .about-copy p {
    font-size: clamp(19px, 5.8vw, 28px) !important;
  }

  html body .about-page--jp .person-copy {
    grid-template-columns: 1fr !important;
  }
}

/* Japanese CONTACT typography: align with Japanese ABOUT. */
html body .contact-page--jp,
html body .contact-page--jp * {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
  letter-spacing: 0 !important;
}

html body .contact-page--jp .contact-hero h1 {
  max-width: min(1180px, 82vw) !important;
  font-size: clamp(58px, 5.2vw, 92px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  -webkit-text-stroke: .012em currentColor !important;
}

html body .contact-page--jp .contact-guidance {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1fr) !important;
  gap: clamp(38px, 5.2vw, 82px) !important;
}

html body .contact-page--jp .contact-guidance h2 {
  max-width: none !important;
  font-size: clamp(30px, 3.15vw, 58px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

html body .contact-page--jp .contact-guidance p,
html body .contact-page--jp .contact-checklist p {
  line-height: 1.34 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}

html body .contact-page--jp .contact-mail .type,
html body .contact-page--jp .contact-socials .type,
html body .contact-page--jp .contact-checklist span,
html body .contact-page--jp .contact-checklist h3 {
  font-weight: 900 !important;
}

html body .contact-page--jp .contact-checklist h3 {
  text-transform: none !important;
}

@media (max-width: 980px) {
  html body .contact-page--jp .contact-hero h1 {
    max-width: min(100%, 780px) !important;
    font-size: clamp(36px, 10vw, 68px) !important;
  }

  html body .contact-page--jp .contact-guidance h2 {
    font-size: clamp(26px, 7.4vw, 42px) !important;
  }
}

@media (min-width: 981px) {
  html body .contact-page--jp .contact-hero h1 {
    max-width: min(1040px, calc(100vw - clamp(132px, 18vw, 310px) - clamp(26px, 5.4vw, 92px) - 180px)) !important;
    font-size: clamp(54px, 4.8vw, 86px) !important;
    line-height: 1.1 !important;
  }
}

@media (max-width: 640px) {
  html body .contact-page--jp .contact-hero h1 {
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  html body .contact-page--jp .contact-stamp {
    position: static !important;
    align-self: flex-end !important;
    width: clamp(108px, 34vw, 142px) !important;
    margin-top: 22px !important;
  }
}

/* Mobile header: keep language visible, tuck section links into a hamburger. */
.mobile-menu-toggle {
  display: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 760px) {
  html body {
    --site-header-offset: 104px !important;
  }

  html body .site-header,
  html body.home .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    column-gap: 8px !important;
    row-gap: 0 !important;
    align-items: center !important;
    padding: 14px 14px 12px !important;
    overflow: visible !important;
  }

  html body .brand,
  html body.home .brand {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    max-width: calc(100vw - 158px) !important;
  }

  html body .brand span,
  html body.home .brand span {
    font-size: clamp(26px, 7.8vw, 34px) !important;
    line-height: .9 !important;
    white-space: nowrap !important;
  }

  html body .brand small,
  html body.home .brand small {
    font-size: clamp(9px, 2.65vw, 11px) !important;
    line-height: 1.02 !important;
    white-space: nowrap !important;
  }

  html body .language-switch,
  html body.home .language-switch {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    display: inline-flex !important;
    gap: 0 !important;
  }

  html body .language-switch a,
  html body.home .language-switch a {
    min-height: 32px !important;
    padding: 0 6px !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  html body .language-switch a::after,
  html body.home .language-switch a::after {
    left: 4px !important;
    right: 4px !important;
    bottom: 5px !important;
    height: 13px !important;
  }

  html body .mobile-menu-toggle,
  html body.home .mobile-menu-toggle {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    width: 32px !important;
    height: 32px !important;
    display: inline-grid !important;
    place-items: center !important;
    gap: 4px !important;
    padding: 6px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ink) !important;
    cursor: pointer !important;
  }

  html body .mobile-menu-toggle__bar,
  html body.home .mobile-menu-toggle__bar {
    display: block !important;
    width: 22px !important;
    height: 3px !important;
    background: currentColor !important;
    transform-origin: center !important;
    transition: transform 160ms ease, opacity 160ms ease !important;
  }

  html body .site-header.is-mobile-menu-open .mobile-menu-toggle__bar:nth-child(1),
  html body.home .site-header.is-mobile-menu-open .mobile-menu-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  html body .site-header.is-mobile-menu-open .mobile-menu-toggle__bar:nth-child(2),
  html body.home .site-header.is-mobile-menu-open .mobile-menu-toggle__bar:nth-child(2) {
    opacity: 0 !important;
  }

  html body .site-header.is-mobile-menu-open .mobile-menu-toggle__bar:nth-child(3),
  html body.home .site-header.is-mobile-menu-open .mobile-menu-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  html body .primary-nav,
  html body.home .primary-nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10000 !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 12px 16px 14px !important;
    border-bottom: 1px solid var(--line) !important;
    background: rgba(255, 255, 255, .98) !important;
    backdrop-filter: blur(16px) !important;
  }

  html body .site-header.is-mobile-menu-open .primary-nav,
  html body.home .site-header.is-mobile-menu-open .primary-nav {
    display: grid !important;
  }

  html body .primary-nav ul,
  html body.home .primary-nav ul,
  html body .primary-nav .menu,
  html body.home .primary-nav .menu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  html body .primary-nav li,
  html body.home .primary-nav li {
    display: block !important;
    margin: 0 !important;
  }

  html body .primary-nav a,
  html body.home .primary-nav a {
    width: 100% !important;
    min-height: 42px !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    font-size: 24px !important;
    line-height: 1 !important;
  }

  html body .primary-nav a::after,
  html body.home .primary-nav a::after {
    left: 0 !important;
    right: auto !important;
    width: min(180px, 58vw) !important;
    bottom: 7px !important;
  }

  html body .about-page--jp .about-hero h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 10.2vw, 44px) !important;
    line-height: 1.06 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    line-break: strict !important;
  }

  html body .about-page--jp .about-hero-title-jp span {
    display: inline !important;
  }

  html body .about-page--jp .about-hero .lead {
    max-width: 100% !important;
    font-size: clamp(24px, 7.2vw, 32px) !important;
    line-height: 1.18 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    line-break: strict !important;
  }
}

/* ABOUT mobile profile: keep the index column, but make the profile copy readable. */
@media (max-width: 760px) {
  html body .about-page .about-grid {
    grid-template-columns: minmax(76px, 22vw) minmax(0, 1fr) !important;
    gap: clamp(16px, 4.8vw, 24px) !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  html body .about-page .section-index {
    position: static !important;
    min-width: 0 !important;
  }

  html body .about-page .section-index span {
    font-size: clamp(54px, 16vw, 72px) !important;
    line-height: .82 !important;
  }

  html body .about-page .section-index strong {
    margin-top: 6px !important;
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1 !important;
  }

  html body .about-page .about-copy {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html body .about-page .about-copy p {
    max-width: 100% !important;
    font-size: clamp(20px, 5.6vw, 25px) !important;
    line-height: 1.18 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  html body .about-page--jp .about-copy p {
    font-size: clamp(18px, 5.2vw, 24px) !important;
    line-height: 1.3 !important;
    line-break: strict !important;
  }
}

/* ABOUT JP laptop hero: reduce the dead space below the header on shorter screens. */
@media (min-width: 761px) and (max-height: 900px) {
  html body .about-page--jp .about-hero {
    justify-content: flex-start !important;
    padding: clamp(48px, 7vh, 72px) 28px clamp(30px, 5vh, 52px) !important;
  }

  html body .about-page--jp .about-hero h1 {
    max-width: min(1120px, 72vw) !important;
    font-size: clamp(50px, 4.75vw, 76px) !important;
    line-height: 1.06 !important;
  }

  html body .about-page--jp .about-hero .lead {
    max-width: min(920px, 62vw) !important;
    margin-top: clamp(16px, 2.4vh, 24px) !important;
    font-size: clamp(20px, 1.65vw, 28px) !important;
    line-height: 1.2 !important;
  }

  html body .about-page--jp .about-hero-illustration {
    right: clamp(10px, 2.8vw, 44px) !important;
    bottom: clamp(0px, 1.5vh, 14px) !important;
    width: min(54vw, 860px) !important;
    height: min(82vh, 760px) !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }
}

/* iPad Safari guard: keep the home project thumbnail from collapsing in flex/grid layouts. */
@media (min-width: 681px) and (max-width: 1180px) {
  html body.home .work-feature {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start !important;
  }

  html body.home .work-feature > img {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: clamp(240px, 32vw, 360px) !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
  }
}

/* Fashion modality series index and chapter navigation. */
html body.single .essay-series-heading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  width: min(100%, 980px);
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}

html body.single .essay-series-heading p {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

html body.single .essay-series-heading__chapter {
  font-size: clamp(26px, 3.4vw, 58px) !important;
  line-height: .9 !important;
}

html body.single .essay-series-heading + h1 {
  grid-column: 1 / -1 !important;
  width: min(100%, 980px) !important;
  max-width: 980px !important;
}

html body.single .essay-body .math-description {
  max-width: 820px !important;
  margin: clamp(46px, 5.8vw, 88px) 0 !important;
  padding-top: 20px !important;
  border-top: 1px solid var(--ink) !important;
}

html body.single .essay-body .math-description h3 {
  max-width: 820px !important;
  margin: 0 0 clamp(24px, 3vw, 42px) !important;
  font-family: var(--sans) !important;
  font-size: clamp(22px, 2.25vw, 42px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body.single .essay-body .math-description h4 {
  max-width: 820px !important;
  margin: clamp(32px, 4vw, 56px) 0 clamp(16px, 2vw, 26px) !important;
  font-family: var(--sans) !important;
  font-size: clamp(17px, 1.35vw, 24px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

html body.single .essay-body .math-description mjx-container,
html body.single .essay-body .math-description .MathJax,
html body.single .essay-body .math-description > script + script {
  max-width: 100% !important;
}

html body.single .essay-body .math-description mjx-container[display="true"] {
  margin: clamp(20px, 2.6vw, 34px) 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

html body.single .essay-body .math-description .math-display {
  max-width: 100% !important;
  margin: clamp(20px, 2.6vw, 34px) 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  font-size: clamp(18px, 1.35vw, 24px) !important;
}

html body.single .essay-body .math-description-footnotes {
  max-width: 760px !important;
  margin: clamp(36px, 4vw, 56px) 0 0 !important;
  padding: 18px 0 0 1.2em !important;
  border-top: 1px solid var(--ink) !important;
  font-family: var(--serif) !important;
}

html body.single .essay-body .math-description-footnotes li {
  margin: 0 0 .75em !important;
  padding-left: .25em !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  line-height: 1.36 !important;
  font-weight: 500 !important;
}

html body.single .essay-body .math-description-footnotes .footnote-return {
  margin-left: .35em !important;
  font-family: var(--sans) !important;
  font-weight: 800 !important;
}

html body.single .essay-series-nav {
  max-width: 820px;
  margin: clamp(58px, 7vw, 96px) 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
  font-family: var(--sans);
}

html body.single .essay-series-nav a,
html body.single .essay-series-nav__empty,
html body.single .essay-series-nav__current {
  display: grid;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid var(--ink);
  text-decoration: none !important;
  background-image: none !important;
}

html body.single .essay-series-nav__index {
  margin-bottom: 8px;
}

html body.single .essay-series-nav__chapters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

html body.single .essay-series-nav span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

html body.single .essay-series-nav strong {
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.08;
  font-weight: 800;
}

html body.single .essay-series-nav__empty,
html body.single .essay-series-nav__current {
  color: rgba(17, 17, 17, .45);
}

html body.single .essay-series-nav__current {
  color: var(--ink);
}

html body.single .essay-series-nav__current span {
  color: rgba(17, 17, 17, .55);
}

html body .series-index-page {
  min-height: calc(100vh - 72px);
  padding: clamp(42px, 5vw, 78px) clamp(20px, 4vw, 64px) clamp(80px, 9vw, 130px);
  border-bottom: 1px solid var(--ink);
}

html body .series-index-page h1 {
  max-width: min(1280px, 100%);
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(48px, 7.4vw, 132px);
  line-height: .9;
  font-weight: 800;
  text-transform: uppercase;
}

html body .series-index-content {
  width: min(100%, 1180px);
  margin-top: clamp(28px, 4vw, 56px);
}

html body .series-index-content > p {
  max-width: 820px;
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(21px, 1.5vw, 29px);
  line-height: 1.35;
  font-weight: 500;
}

html body .series-index-list {
  display: grid;
  margin-top: clamp(30px, 4vw, 58px);
  border-top: 1px solid var(--ink);
}

html body .series-index-list a {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: center;
  min-height: 104px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ink);
}

html body .series-index-list span {
  font-size: clamp(25px, 3vw, 52px);
  line-height: .95;
  font-weight: 800;
}

html body .series-index-list h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 56px);
  line-height: 1.04;
  font-weight: 700;
}

@media (max-width: 820px) {
  html body.single .essay-series-heading,
  html body.single .essay-series-nav__chapters,
  html body .series-index-list a {
    grid-template-columns: 1fr;
  }

  html body.single .essay-series-heading__chapter {
    justify-self: start;
  }
}

/* Fashion modality parent page: theoretical index treatment. */
html body .series-index-page {
  padding: clamp(42px, 5vw, 78px) clamp(20px, 4vw, 64px) clamp(90px, 10vw, 150px) !important;
  border-bottom: 1px solid var(--ink) !important;
}

html body .text-series-intro {
  max-width: 1180px;
  padding-bottom: clamp(50px, 7vw, 96px);
}

html body .text-series-intro .series-kicker {
  margin: 0 0 clamp(22px, 3vw, 42px);
  font-family: var(--sans);
  font-size: clamp(13px, .9vw, 16px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

html body .text-series-intro h1 {
  max-width: min(1120px, 100%);
  margin: 0 0 clamp(38px, 5vw, 72px);
  font-family: var(--serif) !important;
  font-size: clamp(54px, 7.1vw, 126px) !important;
  line-height: .9 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

html body .text-series-intro p:not(.series-kicker) {
  max-width: 860px;
  margin: 0 0 1.12em;
  font-family: var(--serif);
  font-size: clamp(21px, 1.45vw, 28px);
  line-height: 1.38;
  font-weight: 500;
}

html body .text-series-intro em,
html body .text-series-list em {
  font-style: italic;
}

html body .text-series-list {
  display: grid;
  max-width: 1180px;
  border-top: 1px solid var(--ink);
}

html body .text-series-list .series-item {
  display: grid;
  grid-template-columns: minmax(78px, 128px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 70px);
  padding: clamp(26px, 3.8vw, 54px) 0;
  border-bottom: 1px solid var(--ink);
}

html body .text-series-list .series-number {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(34px, 4.6vw, 82px);
  line-height: .82;
  font-weight: 800;
}

html body .text-series-list h2 {
  max-width: 980px;
  margin: 0 0 clamp(14px, 1.8vw, 24px);
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 70px);
  line-height: .98;
  font-weight: 700;
}

html body .text-series-list h2 a {
  background-image: linear-gradient(var(--marker), var(--marker));
  background-repeat: no-repeat;
  background-position: 0 88%;
  background-size: 0 .42em;
  text-decoration: none;
  transition: background-size 180ms ease;
}

html body .text-series-list h2 a:hover,
html body .text-series-list h2 a:focus-visible {
  background-size: 100% .42em;
  text-decoration: none;
}

html body .text-series-list .series-item p:not(.series-number) {
  max-width: 790px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(18px, 1.18vw, 23px);
  line-height: 1.42;
  font-weight: 500;
}

html body .archive-list-series-index {
  background: var(--paper);
}

@media (max-width: 820px) {
  html body .text-series-list .series-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  html body .text-series-intro h1 {
    font-size: clamp(44px, 13vw, 76px) !important;
  }
}

html body.search .site-search {
  min-height: 70vh;
  padding: clamp(44px, 6vw, 92px) clamp(18px, 4vw, 64px) clamp(80px, 9vw, 132px);
}

html body.search .site-search-hero {
  display: grid;
  gap: clamp(18px, 2.2vw, 30px);
  max-width: 1500px;
  padding-bottom: clamp(34px, 5vw, 76px);
}

html body.search .site-search-kicker {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(15px, 1.1vw, 20px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

html body.search .site-search h1 {
  max-width: 1180px;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(50px, 7.4vw, 132px);
  line-height: .9;
  font-weight: 900;
  text-transform: uppercase;
}

html body.search .site-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(10px, 1.4vw, 18px);
  align-items: stretch;
  width: min(100%, 980px);
}

html body.search .site-search-form input[type="search"] {
  width: 100%;
  min-width: 0;
  min-height: clamp(58px, 5vw, 78px);
  padding: 0 clamp(14px, 2vw, 24px);
  border: 2px solid var(--ink);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(22px, 2.4vw, 38px);
  line-height: 1;
  font-weight: 800;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}

html body.search .site-search-form input[type="search"]:focus {
  box-shadow: inset 0 -14px 0 var(--marker);
}

html body.search .site-search-form button {
  min-width: clamp(120px, 12vw, 190px);
  min-height: clamp(58px, 5vw, 78px);
  padding: 0 clamp(16px, 2vw, 28px);
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: #fff;
  font-family: var(--sans);
  font-size: clamp(18px, 1.5vw, 26px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

html body.search .site-search-form button:hover,
html body.search .site-search-form button:focus-visible {
  background: var(--marker);
  color: var(--ink);
}

html body.search .site-search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.8vw, 30px);
  padding: clamp(24px, 3.6vw, 54px) 0;
}

html body.search .site-search-filters a {
  position: relative;
  font-family: var(--sans);
  font-size: clamp(28px, 4vw, 76px);
  line-height: .9;
  font-weight: 900;
  text-transform: uppercase;
  isolation: isolate;
}

html body.search .site-search-filters a::after {
  content: "";
  position: absolute;
  left: -.04em;
  right: -.04em;
  bottom: .02em;
  z-index: -1;
  height: .28em;
  background: var(--marker);
  transform: scaleX(0) rotate(-1.5deg);
  transform-origin: left center;
  transition: transform 180ms ease;
}

html body.search .site-search-filters a:hover::after,
html body.search .site-search-filters a:focus-visible::after,
html body.search .site-search-filters a[aria-current="page"]::after {
  transform: scaleX(1) rotate(-1.5deg);
}

html body.search .site-search-results {
  max-width: 1500px;
  padding-top: clamp(28px, 4vw, 60px);
}

html body.search .site-search-count,
html body.search .site-search-empty {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(24px, 2.4vw, 44px);
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
}

html body.search .site-search-count span {
  text-decoration: underline;
  text-decoration-thickness: .12em;
  text-underline-offset: .12em;
}

html body.search .site-search-list {
  display: grid;
  margin-top: clamp(28px, 4vw, 58px);
  border-top: 1px solid var(--ink);
}

html body.search .site-search-item {
  display: grid;
  grid-template-columns: minmax(180px, .24fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 54px);
  padding: clamp(18px, 2.6vw, 38px) 0;
  border-bottom: 1px solid var(--ink);
}

html body.search .site-search-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px 14px;
  color: rgba(17, 17, 17, .66);
  font-family: var(--sans);
  font-size: clamp(13px, .95vw, 17px);
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

html body.search .site-search-item strong {
  display: block;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(29px, 3.7vw, 72px);
  line-height: .96;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

html body.search .site-search-item__excerpt {
  grid-column: 2;
  display: block;
  max-width: 880px;
  margin-top: -12px;
  font-family: var(--serif);
  font-size: clamp(18px, 1.35vw, 25px);
  line-height: 1.34;
  font-weight: 500;
}

html body.search .site-search-item:hover strong,
html body.search .site-search-item:focus-visible strong {
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .08em;
}

html body.search .site-search-pagination {
  margin-top: clamp(34px, 5vw, 72px);
}

@media (max-width: 900px) {
  html body.search .site-search-item,
  html body.search .site-search-item__excerpt {
    grid-template-columns: 1fr;
    grid-column: 1;
  }
}

@media (max-width: 640px) {
  html body.search .site-search-form {
    grid-template-columns: 1fr;
  }

  html body.search .site-search-form button {
    width: 100%;
  }

  html body.search .site-search-filters {
    gap: 14px 18px;
  }
}
