* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: #1b1d1a; }

body {
  margin: 0;
  overflow-x: hidden;
  color: #e8e5da;
  background: radial-gradient(circle at 75% 8%, rgba(255, 255, 255, 0.025), transparent 30rem), #1b1d1a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #1b1d1a;
  background: #96a395; }

::selection {
  color: #1b1d1a;
  background: #96a395; }

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

figure,
p,
h1,
h2,
h3 {
  margin: 0; }

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

a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: .4rem; }

.display {
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em; }

.kicker {
  color: #96a395;
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 2.2rem 4vw; }

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: .8rem;
  line-height: 1; }

.wordmark__latin {
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-size: 1.1rem;
  letter-spacing: .035em; }

.wordmark__kanji {
  color: #a5a99f;
  font-family: "kinuta-maruminold-stdn", "Yu Mincho", serif;
  font-size: .72rem;
  letter-spacing: .18em; }

.site-header nav {
  display: flex;
  gap: 2.7rem; }

.site-header nav a {
  position: relative;
  color: #a5a99f;
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase; }

.site-header nav a::after {
  position: absolute;
  right: 0;
  bottom: -.4rem;
  left: 0;
  height: 1px;
  background: #e8e5da;
  content: "";
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease; }

.site-header nav a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left; }

.hero {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 2vw;
  width: 100%;
  max-width: 1600px;
  min-height: 100svh;
  margin: 0 auto;
  padding: 8.5rem 4vw 4.5rem; }

.hero__copy {
  z-index: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1 / 8;
  padding-bottom: 2.5rem; }

.hero h1 {
  margin: 2rem 0 2.6rem;
  font-size: clamp(3.7rem, 6.15vw, 7.8rem);
  line-height: .9; }

.hero__introduction {
  width: 100%;
  max-width: 33rem;
  color: #a5a99f;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.55; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 3.5rem;
  font-size: .66rem;
  letter-spacing: .16em;
  text-transform: uppercase; }

.text-link__line {
  width: 4rem;
  height: 1px;
  background: #e8e5da;
  -webkit-transition: width .35s ease;
  transition: width .35s ease; }

.text-link:hover .text-link__line {
  width: 6rem; }

.hero__visual {
  position: relative;
  z-index: 1;
  grid-column: 8 / -1;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  min-height: 34rem; }

.hero__visual img {
  width: 100%;
  height: calc(100svh - 13rem);
  min-height: 32rem;
  max-height: 48rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: saturate(0.56) contrast(1.04) brightness(0.82);
          filter: saturate(0.56) contrast(1.04) brightness(0.82); }

.hero__visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .85rem;
  color: #a5a99f;
  font-size: .59rem;
  letter-spacing: .09em;
  text-transform: uppercase; }

.hero__visual figcaption span:first-child {
  font-family: "kinuta-maruminold-stdn", "Yu Mincho", serif;
  letter-spacing: .14em; }

.hero__index {
  position: absolute;
  bottom: 3.25rem;
  left: 4vw;
  color: rgba(232, 229, 218, 0.22);
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: .65rem;
  letter-spacing: .12em; }

.section-label {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  color: #a5a99f;
  font-size: .61rem;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase; }

.section-label span:first-child {
  color: #e8e5da;
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: .75rem; }

.philosophy {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 2vw;
  width: calc(100% - 8vw);
  max-width: 1472px;
  margin: 0 auto;
  padding: clamp(8rem, 13vw, 14rem) 0;
  border-top: 1px solid rgba(232, 229, 218, 0.17); }

.philosophy > .section-label {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3; }

.philosophy__statement {
  grid-column: 4 / -1; }

.philosophy h2 {
  max-width: 58rem;
  margin: 1.8rem 0 4rem;
  font-size: clamp(3.4rem, 7vw, 7.7rem);
  line-height: .95; }

.philosophy__lead {
  max-width: 51rem;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.65rem);
  line-height: 1.25; }

.philosophy__body {
  max-width: 40rem;
  margin: 2.2rem 0 0 auto;
  color: #a5a99f;
  font-size: .92rem;
  line-height: 1.85; }

.principles {
  display: -ms-grid;
  display: grid;
  grid-column: 4 / -1;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 7rem;
  border-top: 1px solid rgba(232, 229, 218, 0.17);
  border-bottom: 1px solid rgba(232, 229, 218, 0.17); }

.principle {
  display: flex;
  flex-direction: column;
  min-height: 10rem;
  padding: 1.4rem 1.5rem 1.6rem 0;
  border-right: 1px solid rgba(232, 229, 218, 0.17); }

.principle + .principle {
  padding-left: 1.5rem; }

.principle:last-child {
  border-right: 0; }

.principle__number {
  margin-bottom: auto;
  color: #96a395;
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: .7rem; }

.principle strong {
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: 1.45rem;
  font-weight: 400; }

.principle span:last-child {
  color: #a5a99f;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase; }

.practice {
  width: calc(100% - 8vw);
  max-width: 1472px;
  margin: 0 auto;
  padding: clamp(7rem, 11vw, 12rem) 0;
  border-top: 1px solid rgba(232, 229, 218, 0.17); }

.practice__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 2vw;
  margin-bottom: 8rem; }

.practice__header > .section-label {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3; }

.practice__title {
  grid-column: 4 / -1; }

.practice__title h2 {
  max-width: 55rem;
  margin: 1.8rem 0 2.5rem;
  font-size: clamp(3.2rem, 6.4vw, 7rem);
  line-height: .94; }

.practice__title > p:last-child {
  max-width: 34rem;
  margin-left: auto;
  color: #a5a99f;
  font-size: .9rem;
  line-height: 1.8; }

.movements {
  border-top: 1px solid #e8e5da; }

.movement {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem 1.15fr 2fr;
  grid-template-columns: 5rem 1.15fr 2fr;
  gap: 2vw;
  align-items: start;
  padding: 3.6rem 0 4rem;
  border-bottom: 1px solid rgba(232, 229, 218, 0.17); }

.movement__number {
  padding-top: .35rem;
  color: #96a395;
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: .7rem;
  letter-spacing: .1em; }

.movement__name {
  display: flex;
  align-items: baseline;
  gap: 1.2rem; }

.movement__kanji {
  font-family: "kinuta-maruminold-stdn", "Yu Mincho", serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1; }

.movement__name p {
  color: #a5a99f;
  font-size: .64rem;
  letter-spacing: .15em;
  text-transform: uppercase; }

.movement__content {
  max-width: 42rem;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease; }

.movement:hover .movement__content {
  -webkit-transform: translateX(0.6rem);
          transform: translateX(0.6rem); }

.movement__content h3 {
  margin-bottom: 1.1rem;
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: clamp(1.6rem, 2.5vw, 2.45rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.1; }

.movement__content p {
  max-width: 37rem;
  color: #a5a99f;
  font-size: .84rem;
  line-height: 1.8; }

.experience {
  position: relative;
  overflow: hidden;
  color: #1b1d1a;
  background: #e8e5da; }

.experience__inner {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 2vw;
  width: calc(100% - 8vw);
  max-width: 1472px;
  margin: 0 auto;
  padding: clamp(8rem, 14vw, 15rem) 0; }

.section-label--light {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  color: rgba(27, 29, 26, 0.55); }

.section-label--light span:first-child {
  color: #1b1d1a; }

.experience__statement {
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
  grid-column: 4 / 10; }

.experience__statement .kicker {
  color: #667266; }

.experience h2 {
  margin-top: 1.8rem;
  font-size: clamp(3.8rem, 7.5vw, 8.5rem);
  line-height: .9; }

.experience__details {
  grid-column: 10 / -1;
  -ms-grid-row-align: end;
      align-self: end;
  padding-bottom: .7rem; }

.experience__details > p:first-child {
  color: rgba(27, 29, 26, 0.68);
  font-size: .82rem;
  line-height: 1.85; }

.experience__cadence {
  margin-top: 2.6rem;
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: 1.2rem;
  letter-spacing: .02em; }

.experience__seal {
  position: absolute;
  z-index: 1;
  right: -2vw;
  bottom: -17vw;
  color: rgba(27, 29, 26, 0.035);
  font-family: "kinuta-maruminold-stdn", "Yu Mincho", serif;
  font-size: 45vw;
  line-height: 1; }

.site-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 2rem;
  padding: 5rem 4vw 2.5rem;
  background: #1b1d1a; }

.site-footer__brand {
  display: flex;
  align-items: baseline;
  gap: .8rem;
  font-family: "Iowan Old Style", "Baskerville", serif; }

.site-footer__brand span:last-child {
  color: #a5a99f;
  font-family: "kinuta-maruminold-stdn", "Yu Mincho", serif;
  font-size: .7rem;
  letter-spacing: .16em; }

.site-footer > p,
.back-to-top {
  color: #a5a99f;
  font-size: .6rem;
  letter-spacing: .13em;
  text-transform: uppercase; }

.back-to-top {
  -ms-grid-column-align: end;
      justify-self: end; }

@media (max-width: 960px) {
  .hero {
    display: block;
    min-height: auto;
    padding-top: 10rem; }
  .hero__copy {
    width: 90%;
    padding-bottom: 5rem; }
  .hero h1 {
    font-size: clamp(4rem, 11vw, 7rem); }
  .hero__visual {
    min-height: 0;
    margin-left: 25%; }
  .hero__visual img {
    height: 67vw;
    min-height: 30rem; }
  .hero__index {
    display: none; }
  .philosophy__statement,
  .principles,
  .practice__title {
    grid-column: 4 / -1; }
  .movement {
    -ms-grid-columns: 4rem 1fr 1.5fr;
    grid-template-columns: 4rem 1fr 1.5fr; }
  .movement__name {
    display: block; }
  .movement__name p {
    margin-top: .75rem; }
  .experience__statement {
    grid-column: 4 / -1; }
  .experience__details {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4 / 10;
    margin-top: 5rem; } }

@media (max-width: 640px) {
  .site-header {
    padding: 1.6rem 1.25rem; }
  .site-header nav {
    display: none; }
  .hero {
    padding: 8.5rem 1.25rem 3rem; }
  .hero__copy {
    width: 100%;
    padding-bottom: 4rem; }
  .hero h1 {
    margin-top: 1.5rem;
    font-size: clamp(3.4rem, 16vw, 5rem); }
  .hero__introduction {
    font-size: 1.08rem; }
  .text-link {
    margin-top: 2.6rem; }
  .hero__visual {
    margin-left: 12%; }
  .hero__visual img {
    height: 112vw;
    min-height: 0; }
  .hero__visual figcaption {
    display: block; }
  .hero__visual figcaption span {
    display: block; }
  .hero__visual figcaption span + span {
    margin-top: .25rem; }
  .philosophy,
  .practice,
  .experience__inner {
    display: block;
    width: calc(100% - 2.5rem); }
  .philosophy,
  .practice {
    padding: 7rem 0; }
  .philosophy > .section-label,
  .practice__header > .section-label,
  .experience__inner > .section-label {
    margin-bottom: 4rem; }
  .philosophy h2,
  .practice__title h2 {
    margin: 1.4rem 0 2.5rem;
    font-size: clamp(3.3rem, 15vw, 5rem); }
  .philosophy__lead {
    font-size: 1.55rem; }
  .philosophy__body {
    margin-top: 2rem; }
  .principles {
    display: block;
    margin-top: 4.5rem; }
  .principle,
  .principle + .principle {
    min-height: 8.5rem;
    padding: 1.25rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(232, 229, 218, 0.17); }
  .principle:last-child {
    border-bottom: 0; }
  .practice__header {
    display: block;
    margin-bottom: 5rem; }
  .practice__title > p:last-child {
    margin-left: 0; }
  .movement {
    -ms-grid-columns: 2.7rem 1fr;
    grid-template-columns: 2.7rem 1fr;
    gap: .75rem;
    padding: 2.8rem 0 3rem; }
  .movement__name,
  .movement__content {
    -ms-grid-column: 2;
    grid-column: 2; }
  .movement__name {
    -ms-grid-row: 1;
    grid-row: 1; }
  .movement__content {
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 1.6rem; }
  .movement:hover .movement__content {
    -webkit-transform: none;
            transform: none; }
  .movement__kanji {
    font-size: 2.6rem; }
  .movement__content h3 {
    font-size: 1.8rem; }
  .experience__inner {
    padding: 7rem 0 8rem; }
  .experience h2 {
    margin-top: 1.5rem;
    font-size: clamp(3.7rem, 17vw, 5.4rem); }
  .experience__details {
    margin-top: 4rem; }
  .experience__seal {
    right: -12vw;
    bottom: -3rem;
    font-size: 80vw; }
  .site-footer {
    display: block;
    padding: 4rem 1.25rem 2rem; }
  .site-footer > p {
    margin-top: .6rem; }
  .back-to-top {
    display: inline-block;
    margin-top: 3.5rem; } }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    -webkit-transition-duration: .01ms !important;
            transition-duration: .01ms !important; } }
